-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Healthcheck failures #216
Comments
This was referenced May 18, 2024
Yep i'm having the same problem |
Same issue, same test and same results. |
Same problem, For time being I did create an image from the running container adjusting the health-check.
Hopefully your PR gets thru. Regards, |
For those running from docker-compose, healthcheck can also be overriden similar to #216 (comment):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, first thanks for this awesome project.
I was running this project for a while in my homelab and works fine, but the application starts to show a healthcheck error.
I've tested with older images (until v3.5.0) and the healthcheck still failing.
Here the log output:
Docker environment info:
Using a custom healthcheck configuration pointing to 0.0.0.0 instead of localhost works fine:
Also, I've installed
curl
to check if this issue happens with it too, but looks like only happens withwget
command:If this is an issue that happens with other users too, I can open a PR changing the healthcheck address in Dockerfile.
Also can be similar to this one: #212
The text was updated successfully, but these errors were encountered: