mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 20:51:07 +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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user