weroy
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docker/healthcheck.sh
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Use the value of the corresponding env var (if present), |
|
|
|
# or a default value otherwise. |
|
|
|
: ${DATA_FOLDER:="data"} |
|
|
|
: ${DATA_FOLDER:="azmount"} |
|
|
|
: ${ROCKET_PORT:="80"} |
|
|
|
|
|
|
|
CONFIG_FILE="${DATA_FOLDER}"/config.json |
|
|
|