1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

[COmpose] New Dovecot image with ADDITIONAL_HASH_SCHEME env var defaulting to SHA512-CRYPT

This commit is contained in:
André 2018-07-12 00:25:21 +02:00
parent 2f270f3b9b
commit 4feb1e3980

View File

@ -169,7 +169,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.29
image: mailcow/dovecot:1.30
build: ./data/Dockerfiles/dovecot
cap_add:
- NET_BIND_SERVICE
@ -185,6 +185,7 @@ services:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
- DBPASS=${DBPASS}
- ADDITIONAL_HASH_SCHEME=${ADDITIONAL_HASH_SCHEME:-SHA512-CRYPT}
- TZ=${TZ}
ports:
- "${DOVEADM_PORT:-127.0.0.1:19991}:12345"