From d3ef3c68f0fc3ab3b82239bfd105229da265202c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 10 Sep 2023 08:20:14 +0200 Subject: [PATCH] Update Dockerfile --- changedetection.io/Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/changedetection.io/Dockerfile b/changedetection.io/Dockerfile index 1bbbc72eb..bc52210ad 100644 --- a/changedetection.io/Dockerfile +++ b/changedetection.io/Dockerfile @@ -105,12 +105,3 @@ LABEL \ ################# # 6 Healthcheck # ################# - -ENV HEALTH_PORT="32400" \ - HEALTH_URL="/identity" -HEALTHCHECK \ - --interval=5s \ - --retries=5 \ - --start-period=30s \ - --timeout=25s \ - CMD curl --fail "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || curl --fail http://127.0.0.1:443 || exit 1