[Ejabberd, Postfix, Dovecot] Do not run DNS check against unbound

master
andryyy 2021-04-01 15:24:55 +02:00
parent 294e6a2d43
commit dbede2252c
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
4 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ while ! mysqladmin status --socket=/var/run/mysqld/mysqld.sock -u${DBUSER} -p${D
sleep 2
done
until dig +short mailcow.email @unbound > /dev/null; do
until dig +short mailcow.email > /dev/null; do
echo "Waiting for DNS..."
sleep 1
done

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
until dig +short mailcow.email @unbound > /dev/null; do
until dig +short mailcow.email > /dev/null; do
echo "Waiting for DNS..."
sleep 1
done

View File

@ -10,7 +10,7 @@ while ! mysqladmin status --socket=/var/run/mysqld/mysqld.sock -u${DBUSER} -p${D
sleep 2
done
until dig +short mailcow.email @unbound > /dev/null; do
until dig +short mailcow.email > /dev/null; do
echo "Waiting for DNS..."
sleep 1
done

View File

@ -200,7 +200,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.143
image: mailcow/dovecot:1.144
depends_on:
- mysql-mailcow
dns:
@ -261,7 +261,7 @@ services:
- dovecot
postfix-mailcow:
image: mailcow/postfix:1.59
image: mailcow/postfix:1.60
depends_on:
- mysql-mailcow
volumes:
@ -529,7 +529,7 @@ services:
- olefy
ejabberd-mailcow:
image: mailcow/ejabberd:1.4
image: mailcow/ejabberd:1.5
volumes:
- ./data/conf/ejabberd/ejabberd.yml:/home/ejabberd/conf/ejabberd.yml:z
- xmpp-vol-1:/home/ejabberd/database:z