mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01: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 #
|
||||
#################
|
||||
|
||||
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