소스 검색

Change Unbound health check

andryyy 8 년 전
부모
커밋
7b1eb71216
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docker-compose.yml

+ 3 - 3
docker-compose.yml

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