🔧 Fixes to env var substitution

This commit is contained in:
2021-11-03 22:53:39 -07:00
parent fd948bd2eb
commit e46c5e02b2
2 changed files with 1 additions and 2 deletions

View File

@@ -1,3 +1,2 @@
UNDERLYING_HOSTNAME=ghost
COMICS_DIRECTORY=/mnt/unraidshare/directconnect/downloads/comics
USERDATA_DIRECTORY=/mnt/unraidshare/directconnect/downloads/userdata

View File

@@ -8,7 +8,7 @@ services:
container_name: threetwo-ui
restart: unless-stopped
environment:
UNDERLYING_HOST: $UNDERLYING_HOST
UNDERLYING_HOST: ghost
volumes:
- $COMICS_DIRECTORY:/comics
- $USERDATA_DIRECTORY:/userdata