🐳 Changed the name of the ENV_VAR pointing to underlying host's name

This commit is contained in:
2021-11-01 10:37:10 -07:00
parent efe5416e5f
commit 616e3e5866
2 changed files with 1 additions and 2 deletions

1
docker-compose.env Normal file
View File

@@ -0,0 +1 @@
UNDERLYING_HOSTNAME=rook

View File

@@ -7,8 +7,6 @@ services:
image: frishi/threetwo
container_name: threetwo-ui
env_file: ./docker-compose.env
environment:
UNDERLYING_HOSTNAME: rook
restart: unless-stopped
ports:
- "8050:8050"