- [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.
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
|
||||
|
||||
- [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 $KOPANO_SPAMD_LIB/ham && chown $DOCKER_RUNAS: $KOPANO_SPAMD_LIB/ham \
|
||||
&& rm -rf $DOCKER_BUILD_DEB_DIR \
|
||||
&& rm $DOCKER_CONF_DIR1/*.cfg \
|
||||
&& docker-service.sh \
|
||||
"kopano-dagent -l" \
|
||||
"kopano-gateway -F" \
|
||||
|
|
Loading…
Reference in New Issue