浏览代码

[Compose] nslookup against google.com

andryyy 8 年之前
父节点
当前提交
48318a4999
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -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