Activated fetchmail due to that the reason for the performance problems had been a faulty HDD.

This commit is contained in:
Kevin Veen-Birkenbach 2022-02-11 12:49:41 +01:00
parent 535d2e797e
commit a999b2764a

View File

@ -123,14 +123,12 @@ services:
logging:
driver: journald
# 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: