mirror of
https://github.com/mlan/docker-kopano.git
synced 2025-04-28 21:49:54 +00:00
- [docker](Dockerfile) The kopano installation now (version 10.0.6) populate all example-config files in /etc/kopano. This breaks our configuration, so we need to remove them. They can still be found here /usr/share/doc/kopano/example-config.
This commit is contained in:
parent
9e1906db58
commit
94e0581fbd
@ -1,3 +1,7 @@
|
|||||||
|
# 1.2.1
|
||||||
|
|
||||||
|
- [docker](Dockerfile) The kopano installation now (version 10.0.6) populate all example-config files in /etc/kopano. This breaks our configuration, so we need to remove them. They can still be found here /usr/share/doc/kopano/example-config.
|
||||||
|
|
||||||
# 1.2.0
|
# 1.2.0
|
||||||
|
|
||||||
- [docker](src/docker) Use the native envvar `SVDIR` instead of `DOCKER_RUNSV_DIR`.
|
- [docker](src/docker) Use the native envvar `SVDIR` instead of `DOCKER_RUNSV_DIR`.
|
||||||
|
@ -101,6 +101,7 @@ RUN mkdir -p $DOCKER_BUILD_DEB_DIR \
|
|||||||
&& mkdir -p /var/lib/kopano/attachments && chown $DOCKER_RUNAS: /var/lib/kopano/attachments \
|
&& mkdir -p /var/lib/kopano/attachments && chown $DOCKER_RUNAS: /var/lib/kopano/attachments \
|
||||||
&& mkdir -p $KOPANO_SPAMD_LIB/ham && chown $DOCKER_RUNAS: $KOPANO_SPAMD_LIB/ham \
|
&& mkdir -p $KOPANO_SPAMD_LIB/ham && chown $DOCKER_RUNAS: $KOPANO_SPAMD_LIB/ham \
|
||||||
&& rm -rf $DOCKER_BUILD_DEB_DIR \
|
&& rm -rf $DOCKER_BUILD_DEB_DIR \
|
||||||
|
&& rm $DOCKER_CONF_DIR1/*.cfg \
|
||||||
&& docker-service.sh \
|
&& docker-service.sh \
|
||||||
"kopano-dagent -l" \
|
"kopano-dagent -l" \
|
||||||
"kopano-gateway -F" \
|
"kopano-gateway -F" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user