mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Activated fetchmail due to that the reason for the performance problems had been a faulty HDD.
This commit is contained in:
parent
29b061a492
commit
0a58c439fd
@ -123,14 +123,12 @@ services:
|
|||||||
logging:
|
logging:
|
||||||
driver: journald
|
driver: journald
|
||||||
|
|
||||||
# Deactivated, because service leads to slowing down of webservices.
|
fetchmail:
|
||||||
# Checkout the readme.md for more information
|
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
|
logging:
|
||||||
# env_file: mailu.env
|
driver: journald
|
||||||
# logging:
|
|
||||||
# driver: journald
|
|
||||||
|
|
||||||
# Webmail
|
# Webmail
|
||||||
webmail:
|
webmail:
|
||||||
|
Loading…
Reference in New Issue
Block a user