Deactivated fetchmail because it slows down Nextcloud and Mailu. @See https://github.com/nextcloud/docker/issues/1354

This commit is contained in:
Kevin Veen-Birkenbach 2021-01-04 18:27:47 +01:00
parent 9c8fc52b8b
commit 6787179d64

View File

@ -95,10 +95,11 @@ services:
volumes:
- "webdav_data:/data"
fetchmail:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-1.8}
restart: always
env_file: mailu.env
# Deactivated, because service leads to slowing down of nextcloud and mailu webmail
#fetchmail:
# image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-1.8}
# restart: always
# env_file: mailu.env
# Webmail
webmail: