🥨 A roundabout way to pass env var
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
|||||||
container_name: threetwo-ui
|
container_name: threetwo-ui
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
UNDERLYING_HOST: ghost
|
UNDERLYING_HOST: $UNDERLYING_HOST
|
||||||
volumes:
|
volumes:
|
||||||
- $COMICS_DIRECTORY:/comics
|
- $COMICS_DIRECTORY:/comics
|
||||||
- $USERDATA_DIRECTORY:/userdata
|
- $USERDATA_DIRECTORY:/userdata
|
||||||
|
|||||||
Reference in New Issue
Block a user