You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the Dockerfile the healthcheck uses localhost which is not resolving so the healthcheck fails and the container shuts down even though everything is working fine
If I do a terminal in the container I can use 127.0.0.1 instead of localhost and the nc command succeeds so can you please change this and republish your image at hub.docker.com. Thanks!
in the Dockerfile the healthcheck uses localhost which is not resolving so the healthcheck fails and the container shuts down even though everything is working fine
If I do a terminal in the container I can use 127.0.0.1 instead of localhost and the nc command succeeds so can you please change this and republish your image at hub.docker.com. Thanks!
to
or consider just removing the healthcheck all together as even after failing the container did not restart.
The text was updated successfully, but these errors were encountered: