-
Notifications
You must be signed in to change notification settings - Fork 17
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: 504 Gateway-Timeout when all containers are up and healthy. #234
Comments
Is this with using the latest commit from |
Have you tried to restart Nginx container? I have an issue that Nginx is sometimes failing to find containers that weren't available when it was starting. I just restart Nginx container to fix it. |
Apologies, it is from the latest version.. |
Running this myself, I haven't encountered any issues and in my case the gateway gets set to Perhaps in your system, the IP address for Docker is different and you may need to set that instead in the docker-compose.yml? |
Yup, setting it in the yml file fixed the issue!
Thank you
…On Fri, Jun 7, 2024, 09:21 cccs-rs ***@***.***> wrote:
Running this myself, I haven't encountered any issues and in my case the
gateway gets set to 172.24.0.1 which doesn't match the IP that's set for
NGINX by default (172.17.0.1) but the default matches the IP shown for ip
addr show docker0.
Perhaps in your system, the IP address for Docker is different and you may
need to set that instead in the docker-compose.yml?
—
Reply to this email directly, view it on GitHub
<#234 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHMDGWKIJUBV557DB7HZJFLZGGXW7AVCNFSM6AAAAABI5A2RTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJUHAZDONRQGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Describe the bug
When starting ALv4 dev setup, the gui doesn't bring up the login page and has an error of "Error: 504 Gateway-timeout
To Reproduce
Steps to reproduce the behavior:
Expected behavior
https://localhost brings up the AssemblyLine GUI.
Screenshots
If applicable, add screenshots to help explain your problem.
Workaround
3.Go To /git/alv4/assemblyline-base/dev/depends

4. nano docker-compose-minimal.yml (scroll to the bottom)
5. Make sure the IPs are in the same subnet.
Environment (please complete the following information if pertinent):
The text was updated successfully, but these errors were encountered: