💿 Trying another approach to passing env var in docker-compose

This commit is contained in:
2021-11-03 18:05:24 -07:00
parent 5ce04317a6
commit e1635ff258

View File

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