[Dovecot] Dovecot 2.3.1, Pigeonhole 0.5.1

[ClamAV] 0.100.0, new log method without pipes
[Compose] New images for Dovecot and ClamAV, add persistent tty to clamd-mailcow
This commit is contained in:
André
2018-04-26 12:36:13 +02:00
parent f036de706e
commit f53006f6ab
7 changed files with 32 additions and 29 deletions

View File

@@ -59,9 +59,10 @@ services:
- redis
clamd-mailcow:
image: mailcow/clamd:1.9
image: mailcow/clamd:1.10
build: ./data/Dockerfiles/clamd
restart: always
tty: true
environment:
- TZ=${TZ}
- SKIP_CLAMD=${SKIP_CLAMD:-n}
@@ -166,7 +167,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.24
image: mailcow/dovecot:1.25
build: ./data/Dockerfiles/dovecot
cap_add:
- NET_BIND_SERVICE