diff options
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index a5eaf35..d3ffe62 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,3 +1,4 @@ +# example docker-compose.yaml version: "3.7" services: @@ -5,8 +6,8 @@ services: image: luuul/4get:latest restart: always environment: - - FOURGET_SERVER_NAME=beak.chat - - FOURGET_SERVER_ADMIN_EMAIL="you@example.com" + - FOURGET_VERSION=6 + - FOURGET_SERVER_NAME=4get.ca ports: - "80:80" @@ -15,3 +16,4 @@ services: volumes: - /etc/letsencrypt/live/domain.tld:/etc/4get/certs - ./banners:/var/www/html/4get/banner + - ./captcha:/var/www/html/4get/data/captcha |