-
Notifications
You must be signed in to change notification settings - Fork 90
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
Docker reporting container as not healthy #296
Comments
Same on my side, even though the logs don't mention any issues - only a successful migration. |
That's the output form the health check:
|
This sounds like a serious issue. Could you please try to take logs? Try restarting the container to have as much information as possible. |
Same issue on me, making it unavailable on Traefik |
@foux , is the container marked unhealthy, but is it working normally for you? |
The container is marked as unhealthy. If I expose the port, I can access Trillium on myhost:port. But the Traefik proxy doesn't work, because Traefik doesn't create proxy for unhealthy containers. So my issue is really only the unhealthy container. Traefik not creatink the proxy is directly because of this. |
@foux , thank you for the clarification. In this case, I'll prioritize fixing the healthcheck. |
My case is also with Traefik, sorry for not mentioning this earlier. |
@foux , @dariuszszyc , The issue should be solved now, please have a look at https://hub.docker.com/layers/triliumnext/notes/develop/images/sha256-2a88629322894d86e73011b454820ca2a04cb31bd00654855aa659f67a94cb69?context=explore and let me know if it works out for you. I have taken the time to add a build step in the CI to check if the healthcheck passes to make sure we don't run into it again. I will not deploy a new version yet with just this change, but expect a new release in a couple of days. |
@eliandoran it did fix the issue for me. |
@dariuszszyc , thank you for the very prompt response. |
Sorry for the late reply it's OK for me too on arm64, thanks! But it seems the image hasn't been pushed for amd64. |
@foux , that was me trying to fix multiplatform builds. It's not finished yet and we should develop soon on all previously compatible platforms. |
Could be that the healthcheck script is broken. To investigate.
The text was updated successfully, but these errors were encountered: