Update Dockerfile

This commit is contained in:
Alexandre
2024-01-23 11:36:30 +01:00
committed by GitHub
parent 7984fbfbd2
commit 02c0866210

View File

@@ -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