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