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