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