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}
|
RUNTIME_DIR=${RUNTIME_DIR}
|
||||||
|
|
||||||
SLUG=${SLUG}
|
SLUG=${SLUG}
|
||||||
HOSTNAME=${HOSTNAME}
|
WISSKI_HOSTNAME=${HOSTNAME}
|
||||||
HOST_RULE=${HOST_RULE}
|
HOST_RULE=${HOST_RULE}
|
||||||
DOCKER_NETWORK_NAME=${DOCKER_NETWORK_NAME}
|
DOCKER_NETWORK_NAME=${DOCKER_NETWORK_NAME}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ services:
|
||||||
barrel:
|
barrel:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
hostname: ${HOSTNAME}
|
hostname: ${WISSKI_HOSTNAME}
|
||||||
|
|
||||||
# label it with the current slug
|
# label it with the current slug
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue