docker-compose.yml: Bump dovecot + netfilter version

This commit is contained in:
DerLinkman 2024-02-02 11:27:46 +01:00
parent 2072301d89
commit 2e57325dde
No known key found for this signature in database
GPG Key ID: F109FD97469550A2

View File

@ -222,7 +222,7 @@ services:
- sogo - sogo
dovecot-mailcow: dovecot-mailcow:
image: mailcow/dovecot:1.27 image: mailcow/dovecot:1.28
depends_on: depends_on:
- mysql-mailcow - mysql-mailcow
- netfilter-mailcow - netfilter-mailcow
@ -441,7 +441,7 @@ services:
- acme - acme
netfilter-mailcow: netfilter-mailcow:
image: mailcow/netfilter:1.55 image: mailcow/netfilter:1.56
stop_grace_period: 30s stop_grace_period: 30s
restart: always restart: always
privileged: true privileged: true