-
Notifications
You must be signed in to change notification settings - Fork 206
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
i run dockerfile but nginx not working #149
Comments
try separately start the nginx? |
Is the CKAN container healthy and remains in that state for at least 5 minutes? The nginx container will not start until CKAN is deemed "healthy" |
The Nginx container fails to start because the CKAN container never reports as healthy, which is due to the health check failure of the CKAN container. The health check (
This issue is related to this change in Docker: moby/moby#47062, and it seems to primarily affect those running Docker version 26.
To work around this problem, you can disable IPv6 in the containers in the ckan:
[...]
sysctls:
- net.ipv6.conf.all.disable_ipv6=1
[...]
datapusher:
[...]
sysctls:
- net.ipv6.conf.all.disable_ipv6=1
[...] |
I have filed a bug report upstream: ckan/ckan-docker-base#65 |
from image
i run docker compose up
but nginx for ckan not working
how to fix env (use default config ckan)
Thank you
The text was updated successfully, but these errors were encountered: