Why can’t a simple indicator be implemented like this?
(I’ve just hacked the HTML below for the example)
What about having an indicator beside the “Running” icon if the healthcheck field is defined in the docker-compose.ymlfile?`
Here’s an example:
....
healthcheck:
test: "ping -4 -c 1 192.168.30.1 || exit 1"
interval: 5s
timeout: 5s
retries: 10
