Remove healthcheck

https://github.com/alexbelgium/hassio-addons/issues/1427
This commit is contained in:
Alexandre
2024-06-10 10:41:30 +02:00
committed by GitHub
parent 692137463e
commit 7ec8c41f6e

View File

@@ -115,12 +115,3 @@ LABEL \
#################
# 6 Healthcheck #
#################
ENV HEALTH_PORT="" \
HEALTH_URL=""
HEALTHCHECK \
--interval=5s \
--retries=5 \
--start-period=30s \
--timeout=25s \
CMD photoprism status || exit 1