Rename composer hostnames
Previously, all containers had hostnames corresponding to their domains. This made it impossible to use curl and friends from within the containers. This commit renames the hostnames of the containers to append a '.wisski' suffix.
This commit is contained in:
parent
b461893834
commit
e856afdc93
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ services:
|
|||
barrel:
|
||||
build: .
|
||||
restart: always
|
||||
hostname: ${VIRTUAL_HOST}
|
||||
hostname: ${VIRTUAL_HOST}.wisski
|
||||
environment:
|
||||
# port and hostname for this image to use
|
||||
VIRTUAL_HOST: ${VIRTUAL_HOST}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue