Closed SuperSandro2000 closed 2 years ago
The healthchecks increase the startup time of the containers by one minute if the first check fails which likely happens. Also they only check if the webserver is available which does not mean the application is healthy or working at all.
Also see the FAQ of the official Docker library https://github.com/docker-library/faq#healthcheck.
Healthchecks are removed for the latest builds: https://hub.docker.com/repository/docker/senaite/senaite Thanks!
The healthchecks increase the startup time of the containers by one minute if the first check fails which likely happens. Also they only check if the webserver is available which does not mean the application is healthy or working at all.
Also see the FAQ of the official Docker library https://github.com/docker-library/faq#healthcheck.