mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-29 08:37:15 +00:00
[Dovecot] Use Redis ACL user quota_notify with restricted access
This commit is contained in:
@@ -43,7 +43,7 @@ services:
|
||||
|
||||
redis-mailcow:
|
||||
image: redis:7-alpine
|
||||
entrypoint: /redis-conf.sh
|
||||
entrypoint: ["/bin/sh","/redis-conf.sh"]
|
||||
volumes:
|
||||
- redis-vol-1:/data/
|
||||
- ./data/conf/redis/redis-conf.sh:/redis-conf.sh:z
|
||||
@@ -230,7 +230,7 @@ services:
|
||||
- sogo
|
||||
|
||||
dovecot-mailcow:
|
||||
image: mailcow/dovecot:2.3
|
||||
image: mailcow/dovecot:2.31
|
||||
depends_on:
|
||||
- mysql-mailcow
|
||||
- netfilter-mailcow
|
||||
|
||||
Reference in New Issue
Block a user