Restore healthcheck, increase timeout

https://github.com/alexbelgium/hassio-addons/issues/1427
This commit is contained in:
Alexandre
2024-06-10 10:45:37 +02:00
committed by GitHub
parent 093ea6674a
commit 95efa08849

View File

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