Deactivated fetchmal again, because it still slows down all other docker containers

This commit is contained in:
2022-01-29 20:32:06 +01:00
parent e6360599ad
commit a90e02ce02
2 changed files with 8 additions and 6 deletions

View File

@@ -125,12 +125,12 @@ services:
# Deactivated, because service leads to slowing down of webservices.
# Checkout the readme.md for more information
fetchmail:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-1.8}
restart: always
env_file: mailu.env
logging:
driver: journald
#fetchmail:
# image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-1.8}
# restart: always
# env_file: mailu.env
# logging:
# driver: journald
# Webmail
webmail: