Change Unbound health check
parent
ac7dc3e330
commit
7b1eb71216
|
@ -8,9 +8,9 @@ services:
|
||||||
mysql-mailcow:
|
mysql-mailcow:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "drill", "A", "servercow.de", "@127.0.0.1"]
|
test: ["CMD", "nslookup", "mailcow.email", "127.0.0.1"]
|
||||||
interval: 10s
|
interval: 3s
|
||||||
timeout: 30s
|
timeout: 3s
|
||||||
retries: 5
|
retries: 5
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue