From fcc4ab576ca1832920eda8009883b002ffceda04 Mon Sep 17 00:00:00 2001 From: meliurwen Date: Mon, 16 May 2022 08:33:25 +0200 Subject: [PATCH] Disabled healthcheck for unbound container --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index c2da2da..5a7d4ce 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,6 +31,8 @@ services: - dnscrypt volumes: - ./volumes/unbound/etc/unbound:/opt/unbound/etc/unbound + healthcheck: + disable: true dnscrypt-server-doh: build: