diff --git a/docker-compose-test.yml b/docker-compose-test.yml index af4b142c2817136d92eed81986f8bc03f044a0a7..4a2c0c02fc0bdc026f6b87bd1d60832a5a58341f 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 66faa27ccb73a853d3bf0138ca9501767c0e2eb8..676972dad21aa2980f79d62d2395b2eb4fcee545 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: