From e1635ff258a2256bcd596a507e199aa5cd3f79ff Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 3 Nov 2021 18:05:24 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BF=20Trying=20another=20approach=20to?= =?UTF-8?q?=20passing=20env=20var=20in=20docker-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 581dd93..8d785b5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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