From 02c086621029dadc344ff91e9de8043a6d3316c6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:36:30 +0100 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index af854fca4..748a19610 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -105,11 +105,4 @@ LABEL \ # 6 Healthcheck # ################# -ENV HEALTH_PORT="" \ - HEALTH_URL="" -HEALTHCHECK \ - --interval=5s \ - --retries=5 \ - --start-period=30s \ - --timeout=25s \ - CMD python $MEALIE_HOME/mealie/scripts/healthcheck.py || exit 1 +# Use upstream