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
@@ -7,6 +7,7 @@ services:
environment:
- EMAIL=${EMAIL:-off}
- FQDN=${FQDNCLEANED?err}
- DEFAULTREDIRECT=${DEFAULTREDIRECT:-/webapp}
command: wrapper.sh
cap_drop:
- ALL