This commit renames the HOSTNAME variable to WISSKI_HOSTNAME to avoid breaking the container under specific circumstances.
9 lines
No EOL
189 B
Bash
9 lines
No EOL
189 B
Bash
DATA_PATH=${DATA_PATH}
|
|
RUNTIME_DIR=${RUNTIME_DIR}
|
|
|
|
SLUG=${SLUG}
|
|
WISSKI_HOSTNAME=${HOSTNAME}
|
|
HOST_RULE=${HOST_RULE}
|
|
DOCKER_NETWORK_NAME=${DOCKER_NETWORK_NAME}
|
|
|
|
HTTPS_ENABLED=${HTTPS_ENABLED} |