diff --git a/compose-support.yml b/compose-support.yml index 874f2e1..000b5cd 100644 --- a/compose-support.yml +++ b/compose-support.yml @@ -26,9 +26,4 @@ services: - 51820:51820/udp sysctls: net.ipv4.ip_forward: 1 # aktiviert IP-Forwarding im Container - restart: unless-stopped - healthcheck: - test: ["CMD-SHELL", "wg show || exit 1"] - interval: 30s - timeout: 5s - retries: 3 \ No newline at end of file + restart: unless-stopped \ No newline at end of file