mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-21 23:09:14 +02:00
Update Dockerfile
This commit is contained in:
@@ -135,5 +135,4 @@ HEALTHCHECK \
|
|||||||
--retries=5 \
|
--retries=5 \
|
||||||
--start-period=30s \
|
--start-period=30s \
|
||||||
--timeout=25s \
|
--timeout=25s \
|
||||||
CMD curl -s -f "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || \
|
CMD /docker-healthcheck.sh
|
||||||
curl -s -f "http://127.0.0.1:443" &>/dev/null || exit 1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user