mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Update Dockerfile
This commit is contained in:
@@ -130,4 +130,5 @@ LABEL \
|
|||||||
# 6 Healthcheck #
|
# 6 Healthcheck #
|
||||||
#################
|
#################
|
||||||
|
|
||||||
HEALTHCHECK CMD wget --no-verbose --tries=1 --spider http://localhost:9000 || exit 1
|
ARG WEBUI_PORT="9000"
|
||||||
|
HEALTHCHECK CMD wget --no-verbose --tries=1 --spider http://localhost:"$WEBUI_PORT" || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user