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

Docker-compose wrong port and inability to connect to localhost #81

Closed
michelangelo404 opened this issue Mar 30, 2022 · 1 comment
Closed

Comments

@michelangelo404
Copy link

I'm using docker-compose desktop for windows 10.
When I launch docker-compose up -d and open localhost:8080, as the guide says, the site it's unreachable.
I noticed in docker-compose.yml file the default ports are 443 and 8080, docker-compose desktop picks 443.
I've tried to comment the line with port 443, now docker uses port 8080 but Nginx give 502 error, port 8080 it's not occupied by another service.

@michelangelo404
Copy link
Author

I solved it by changing the registry variables, from windows home I set windows professional, and i reinstalled docker desktop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant