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: mysql-mailcow:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "drill", "A", "servercow.de", "@127.0.0.1"] test: ["CMD", "nslookup", "mailcow.email", "127.0.0.1"]
interval: 10s interval: 3s
timeout: 30s timeout: 3s
retries: 5 retries: 5
restart: always restart: always
networks: networks: