From 8423be1663a5c3d6d881f4c1a8b91f74d10b83e8 Mon Sep 17 00:00:00 2001 From: throwaway Date: Tue, 9 Jan 2024 17:15:22 -0800 Subject: add required environment variable --- docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker-compose.yaml') diff --git a/docker-compose.yaml b/docker-compose.yaml index d3ffe62..b0eff1a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,6 +8,7 @@ services: environment: - FOURGET_VERSION=6 - FOURGET_SERVER_NAME=4get.ca + - FOURGET_SERVER_ADMIN_EMAIL=you@example.com ports: - "80:80" @@ -15,5 +16,6 @@ services: volumes: - /etc/letsencrypt/live/domain.tld:/etc/4get/certs + # mount custom banners and captcha - ./banners:/var/www/html/4get/banner - ./captcha:/var/www/html/4get/data/captcha -- cgit v1.2.3