diff --git a/docker/healthcheck.sh b/docker/healthcheck.sh index cd9beacb..ba56c178 100755 --- a/docker/healthcheck.sh +++ b/docker/healthcheck.sh @@ -2,7 +2,7 @@ # Use the value of the corresponding env var (if present), # or a default value otherwise. -: ${DATA_FOLDER:="azmount"} +: ${DATA_FOLDER:="home"} : ${ROCKET_PORT:="80"} CONFIG_FILE="${DATA_FOLDER}"/config.json