Some time ago I remember being able to see the status of a docker HEALTHCHECK in the dashboard. The healthcheck still works, restarting the service if the check fails, but I don’t see any UI for it. And the logs just say that the service is restarting but not the reason. Did something change or is this something specific to me?
Hello @pateco thanks for your message!
We need to get more information from your side! What is the UI you mean? From your screenshot we can see a service running in your device summary page, but nothing has changed in the last year in that view.
Could you please share more details of this UI that is missing?
Thanks
It seems Docker no longer displays the status of the HEALTHCHECK directly in the UI for services, which could be why you don’t see it in the dashboard anymore. The HEALTHCHECK functionality itself is still operational, as you’ve observed with the service restarting on failure. This change might be due to a UI update or specific configuration on your end. Checking the container logs or using the docker inspect command can provide more detailed health status information.