From 48318a499924365e2defba9cc005ccc3e8514280 Mon Sep 17 00:00:00 2001 From: andryyy Date: Tue, 11 Jul 2017 22:51:48 +0200 Subject: [PATCH] [Compose] nslookup against google.com --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 68ba9d2b..e29285ec 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: mysql-mailcow: condition: service_healthy healthcheck: - test: ["CMD", "nslookup", "mailcow.email", "127.0.0.1"] + test: ["CMD", "nslookup", "google.com", "127.0.0.1"] interval: 30s timeout: 3s retries: 10