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: volumes:
- "webdav_data:/data" - "webdav_data:/data"
fetchmail: # Deactivated, because service leads to slowing down of nextcloud and mailu webmail
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-1.8} #fetchmail:
restart: always # image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-1.8}
env_file: mailu.env # restart: always
# env_file: mailu.env
# Webmail # Webmail
webmail: webmail: