[Compose] nslookup against google.com

master
andryyy 2017-07-11 22:51:48 +02:00
parent 52231ac38d
commit 48318a4999
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ services:
mysql-mailcow: mysql-mailcow:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "nslookup", "mailcow.email", "127.0.0.1"] test: ["CMD", "nslookup", "google.com", "127.0.0.1"]
interval: 30s interval: 30s
timeout: 3s timeout: 3s
retries: 10 retries: 10