[Compose] Update Dovecot image

master
andryyy 2019-11-09 10:13:31 +01:00
parent e7821df933
commit b9aa1bf372
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ services:
- MYSQL_DATABASE=${DBNAME}
- MYSQL_USER=${DBUSER}
- MYSQL_PASSWORD=${DBPASS}
# - MYSQL_INITDB_SKIP_TZINFO=1
restart: always
ports:
- "${SQL_PORT:-127.0.0.1:13306}:3306"
@ -174,7 +175,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.96
image: mailcow/dovecot:1.97
build: ./data/Dockerfiles/dovecot
dns:
- ${IPV4_NETWORK:-172.22.1}.254