mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Implement healthcheck
This commit is contained in:
@@ -130,4 +130,4 @@ LABEL \
|
|||||||
# 6 Healthcheck #
|
# 6 Healthcheck #
|
||||||
#################
|
#################
|
||||||
|
|
||||||
HEALTHCHECK CMD curl --fail http://127.0.0.1:9000 || exit 1
|
HEALTHCHECK CMD wget --no-verbose --tries=1 --spider http://localhost:9000 || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user