From bf87b6e97384962bb1620c0f7343ed4f0973c3db Mon Sep 17 00:00:00 2001 From: andryyy Date: Tue, 26 Nov 2019 21:10:29 +0100 Subject: [PATCH] [Compose] Hopefully a few more seconds for Unbound to come up, updated Postfix image --- docker-compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f08bdedc..5c53a369 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,6 +18,8 @@ services: mysql-mailcow: image: mariadb:10.3 + depends_on: + - unbound-mailcow stop_grace_period: 45s volumes: - mysql-vol-1:/var/lib/mysql/ @@ -171,6 +173,8 @@ services: dovecot-mailcow: image: mailcow/dovecot:1.97 + depends_on: + - mysql-mailcow dns: - ${IPV4_NETWORK:-172.22.1}.254 cap_add: @@ -223,7 +227,9 @@ services: - dovecot postfix-mailcow: - image: mailcow/postfix:1.43 + image: mailcow/postfix:1.44 + depends_on: + - mysql-mailcow volumes: - ./data/conf/postfix:/opt/postfix/conf - ./data/assets/ssl:/etc/ssl/mail/:ro