1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 05:42:54 +00:00

make it possible to redirect to another url, than /webapp (#221)

* make it possible to redirect to another url, than /webapp
* add documentation
* define default value in container
* add value to .env through setup.sh
This commit is contained in:
Felix Bartels
2019-08-22 16:57:31 +02:00
committed by GitHub
parent b0236bf0d8
commit a7f0d298ad
5 changed files with 14 additions and 1 deletions
+1
View File
@@ -299,6 +299,7 @@ TZ=$TZ
# Defines how Kopano can be accessed from the outside world
FQDN=$FQDN
FQDNCLEANED=${FQDN%:*}
DEFAULTREDIRECT=/webapp
EMAIL=$EMAIL
CADDY=2015
HTTP=80