Explorar o código

[Compose] nslookup against google.com

andryyy %!s(int64=8) %!d(string=hai) anos
pai
achega
48318a4999
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker-compose.yml

+ 1 - 1
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