mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-15 17:08:19 +01:00
Implement healthcheck
This commit is contained in:
@@ -130,4 +130,4 @@ LABEL \
|
||||
# 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