🔧 Fixes to env var substitution
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
UNDERLYING_HOSTNAME=ghost
|
||||
COMICS_DIRECTORY=/mnt/unraidshare/directconnect/downloads/comics
|
||||
USERDATA_DIRECTORY=/mnt/unraidshare/directconnect/downloads/userdata
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user