From a0da5ac70a4339ec4d37752374b1b641ae9d8c1f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Jan 2025 14:17:42 +0100 Subject: [PATCH] Update Dockerfile --- webtrees/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index 440ce7e21..e12204f06 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -135,5 +135,4 @@ HEALTHCHECK \ --retries=5 \ --start-period=30s \ --timeout=25s \ - CMD curl -s -f "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || \ - curl -s -f "http://127.0.0.1:443" &>/dev/null || exit 1 + CMD /docker-healthcheck.sh