Change Unbound health check

master
andryyy 2017-06-17 21:46:43 +02:00
parent ac7dc3e330
commit 7b1eb71216
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ services:
mysql-mailcow:
condition: service_healthy
healthcheck:
test: ["CMD", "drill", "A", "servercow.de", "@127.0.0.1"]
interval: 10s
timeout: 30s
test: ["CMD", "nslookup", "mailcow.email", "127.0.0.1"]
interval: 3s
timeout: 3s
retries: 5
restart: always
networks: