mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Update Dockerfile
This commit is contained in:
@@ -130,4 +130,5 @@ LABEL \
|
||||
# 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