mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 06:50:58 +02:00
Update Dockerfile
This commit is contained in:
@@ -105,11 +105,4 @@ LABEL \
|
|||||||
# 6 Healthcheck #
|
# 6 Healthcheck #
|
||||||
#################
|
#################
|
||||||
|
|
||||||
ENV HEALTH_PORT="" \
|
# Use upstream
|
||||||
HEALTH_URL=""
|
|
||||||
HEALTHCHECK \
|
|
||||||
--interval=5s \
|
|
||||||
--retries=5 \
|
|
||||||
--start-period=30s \
|
|
||||||
--timeout=25s \
|
|
||||||
CMD python $MEALIE_HOME/mealie/scripts/healthcheck.py || exit 1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user