From 753b48a2cfb14767928cb9692a91e16146bbe345 Mon Sep 17 00:00:00 2001
From: jonasled <jonas@jonasled.de>
Date: Fri, 8 Nov 2019 12:13:25 +0100
Subject: [PATCH] removed test domains
---
 docker-compose-test.yml | 4 ++--
 docker-compose.yml      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docker-compose-test.yml b/docker-compose-test.yml
index af4b142..4a2c0c0 100644
--- a/docker-compose-test.yml
+++ b/docker-compose-test.yml
@@ -8,10 +8,10 @@ services:
     ports:
       - "5000:5000"
     environment:
-      - domains=192.168.233.136:5000;google.de #List of domains (with port if not 80/443) seperated with ";"
+      - domains= #List of domains (with port if not 80/443) seperated with ";"
       - show_build_date=1 #Disable this, if you don't want to see the builddate
       - production=0 #Enable this, if you want to run the server in production
-      - url_scheme=http #If you use a reverse Proxy with https set this to https
+      - url_scheme=https #If you use a reverse Proxy with https set this to https
       - recaptcha_private= #Please enter here your private Key for google recaptcha
       - recaptcha_public= #Please enter here your public Key for google recaptcha
 volumes:
diff --git a/docker-compose.yml b/docker-compose.yml
index 66faa27..676972d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -8,10 +8,10 @@ services:
     ports:
       - "5000:5000"
     environment:
-      - domains=192.168.233.136:5000;google.de #List of domains (with port if not 80/443) seperated with ";"
+      - domains= #List of domains (with port if not 80/443) seperated with ";"
       - show_build_date=0 #Normaly disable this
       - production=1 #You should only disable this for debugging
-      - url_scheme=http #If you use a reverse Proxy with https set this to https
+      - url_scheme=https #If you use a reverse Proxy with https set this to https
       - recaptcha_private= #Please enter here your private Key for google recaptcha
       - recaptcha_public= #Please enter here your public Key for google recaptcha
 volumes:
-- 
GitLab