Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Localhost Port Mapping Issue #226

Merged
merged 4 commits into from
Nov 27, 2023
Merged

Fix Localhost Port Mapping Issue #226

merged 4 commits into from
Nov 27, 2023

Conversation

ShaneIsrael
Copy link
Owner

Fireshare now correctly works on any port you map it to when running via the docker-compose.yml file. I've also updated the env files such that when running fireshare outside of docker, i.e developing on it through localhost the frontend will attempt to reach the server process on port 5000 correctly.

TL;DR
You can change the port in the docker-compose.yml file from 8080:80 to 1234:80 or :80 and it should correctly work now when you access it over localhost.

…er, add a dev env file so that when developing fireshare the frontend uses port 5000
@ShaneIsrael ShaneIsrael added the bug Something isn't working label Nov 27, 2023
@ShaneIsrael ShaneIsrael mentioned this pull request Nov 27, 2023
@ShaneIsrael ShaneIsrael merged commit 984bd29 into main Nov 27, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant