-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Error 502 Bad Gateway when deploying into ACI #43
Comments
Try changing the port in docker-compose.yaml from 8080 to 80 and point your browser to: http://127.0.0.1
|
I got 502 bad gateway error as well. the related error logs for reference:
|
Yeah accessing http://127.0.0.1 instead of http://localhost works. |
I followed the tutorial for deploying this app in Azure Container Registry but tried to launch the app with Azure Container Instance (with a Linux machine). The deployment went well but when reaching the site, I got a 502 error.
Do not really know if I made a mistake or if this is due to the code itself.
The text was updated successfully, but these errors were encountered: