mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Deactivated fetchmail because it slows down Nextcloud and Mailu. @See https://github.com/nextcloud/docker/issues/1354
This commit is contained in:
parent
9c8fc52b8b
commit
6787179d64
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user