Browse Source

Update healthcheck.sh

pull/1415/head
weroy 4 years ago
committed by GitHub
parent
commit
c1c50164cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/healthcheck.sh

2
docker/healthcheck.sh

@ -2,7 +2,7 @@
# Use the value of the corresponding env var (if present), # Use the value of the corresponding env var (if present),
# or a default value otherwise. # or a default value otherwise.
: ${DATA_FOLDER:="data"} : ${DATA_FOLDER:="azmount"}
: ${ROCKET_PORT:="80"} : ${ROCKET_PORT:="80"}
CONFIG_FILE="${DATA_FOLDER}"/config.json CONFIG_FILE="${DATA_FOLDER}"/config.json

Loading…
Cancel
Save