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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user