barrel: Rename HOSTNAME=>WISSKI_HOSTNAME
This commit renames the HOSTNAME variable to WISSKI_HOSTNAME to avoid breaking the container under specific circumstances.
This commit is contained in:
parent
290273e4ca
commit
75ceab241e
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ DATA_PATH=${DATA_PATH}
|
|||
RUNTIME_DIR=${RUNTIME_DIR}
|
||||
|
||||
SLUG=${SLUG}
|
||||
HOSTNAME=${HOSTNAME}
|
||||
WISSKI_HOSTNAME=${HOSTNAME}
|
||||
HOST_RULE=${HOST_RULE}
|
||||
DOCKER_NETWORK_NAME=${DOCKER_NETWORK_NAME}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue