Hide healthcheck

https://github.com/alexbelgium/hassio-addons/issues/768
This commit is contained in:
Alexandre
2023-03-23 20:32:32 +01:00
committed by GitHub
parent e2ae3aea78
commit 91fe5268be

View File

@@ -174,7 +174,7 @@ LABEL \
#################
ENV HEALTH_PORT="80" \
HEALTH_URL=""
HEALTH_URL="/ping"
HEALTHCHECK \
--interval=5s \
--retries=5 \