Suppress healthcheck messages

https://github.com/alexbelgium/hassio-addons/issues/2682
This commit is contained in:
Alexandre
2026-05-18 15:11:42 +02:00
committed by GitHub
parent 326c39f8e8
commit 35121e37f8

View File

@@ -173,7 +173,7 @@ RUN \
fi
ENV HEALTH_PORT="8080" \
HEALTH_URL="/health"
HEALTH_URL="/healthcheck"
HEALTHCHECK \
--interval=5s \
--retries=5 \