From 883dcc11a19001de4e6c0f76bf72eb0b0df403f3 Mon Sep 17 00:00:00 2001 From: smayzy Date: Fri, 28 Mar 2025 11:50:08 +0100 Subject: [PATCH] health check 1.1.1.1 --- servarr/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servarr/compose.yaml b/servarr/compose.yaml index c55bf49..8d7dd5d 100644 --- a/servarr/compose.yaml +++ b/servarr/compose.yaml @@ -30,7 +30,7 @@ services: - OWNED_ONLY=${OWNED_ONLY} - HEALTH_VPN_DURATION_INITIAL=${HEALTH_VPN_DURATION_INITIAL} healthcheck: - test: ping -c 1 archlinux.org || exit 1 + test: ping -c 1.1.1.1 || exit 1 interval: 60s timeout: 20s retries: 5 @@ -65,7 +65,7 @@ services: - ${DATA_PATH}:/data network_mode: service:gluetun healthcheck: - test: ping -c 1 archlinux.org || exit 1 + test: ping -c 1.1.1.1 || exit 1 interval: 60s retries: 3 start_period: 20s