diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d6b66..ee8f7fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/Dockerfile b/Dockerfile index 3929975..f9c1224 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \