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
@@ -5,6 +5,7 @@ ARG VCS_REF
ARG CODE_VERSION
ENV CODE_VERSION="${CODE_VERSION}"
ENV DEFAULTREDIRECT="/webapp"
COPY wrapper.sh /usr/local/bin
COPY kweb.cfg /etc/kweb.cfg