mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-25 08:46:03 +02:00
Restore healthcheck, increase timeout
https://github.com/alexbelgium/hassio-addons/issues/1427
This commit is contained in:
@@ -115,3 +115,12 @@ LABEL \
|
|||||||
#################
|
#################
|
||||||
# 6 Healthcheck #
|
# 6 Healthcheck #
|
||||||
#################
|
#################
|
||||||
|
|
||||||
|
ENV HEALTH_PORT="" \
|
||||||
|
HEALTH_URL=""
|
||||||
|
HEALTHCHECK \
|
||||||
|
--interval=30s \
|
||||||
|
--retries=5 \
|
||||||
|
--start-period=30s \
|
||||||
|
--timeout=60s \
|
||||||
|
CMD photoprism status || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user