remove gluetun health check

This commit is contained in:
tijsg
2026-02-10 15:38:58 +01:00
parent 69e2ccf348
commit 1dff43aefd

View File

@@ -287,16 +287,6 @@ services:
- SERVER_COUNTRIES=Switzerland
- TZ=Europe/Brussels
- IPV6=off
healthcheck:
interval: 1m
timeout: 10s
retries: 3
start_period: 30s
test:
[
"CMD-SHELL",
"wget -qO- http://127.0.0.1:9999/health | grep -q 'healthy'",
]
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true