From f9656d0bfe709ff1af2c3432169ac8c3914e7d93 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 27 Apr 2024 18:35:22 +0200 Subject: [PATCH] healthcheck is integrated internally --- docker-compose.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 67defaf..5eec655 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,8 +42,3 @@ services: sysctls: - net.ipv4.ip_forward=1 - net.ipv4.conf.all.src_valid_mark=1 - healthcheck: - test: /usr/bin/timeout 5s /bin/sh -c "/usr/bin/wg show | /bin/grep -q interface || exit 1" - interval: 1m - timeout: 5s - retries: 3