Activated fetchmail

This commit is contained in:
Kevin Veen-Birkenbach 2022-01-29 16:39:02 +01:00
parent 4b88666091
commit 1f73dc46f8

View File

@ -108,10 +108,10 @@ 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
fetchmail:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-1.8}
restart: always
env_file: mailu.env
# Webmail
webmail: