From 8eb803ab44bc4d2b26996cf12a20bba3d425b809 Mon Sep 17 00:00:00 2001 From: weroy <51435136+weroy@users.noreply.github.com> Date: Sat, 20 Feb 2021 11:57:01 +0800 Subject: [PATCH] Update healthcheck.sh --- docker/healthcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/healthcheck.sh b/docker/healthcheck.sh index ba56c178..27f22e67 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:="home"} +: ${DATA_FOLDER:="${WEBAPP_STORAGE_HOME}"} : ${ROCKET_PORT:="80"} CONFIG_FILE="${DATA_FOLDER}"/config.json