From 2f77153882a234d0ccc9be5c0e38e66d35ad548d Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Mon, 13 Oct 2025 15:39:40 +0200 Subject: [PATCH] syncthing: give healthcheck more time --- docker/personal/syncthing/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/personal/syncthing/docker-compose.yml b/docker/personal/syncthing/docker-compose.yml index 3645424..2b224f7 100644 --- a/docker/personal/syncthing/docker-compose.yml +++ b/docker/personal/syncthing/docker-compose.yml @@ -19,9 +19,9 @@ services: restart: unless-stopped healthcheck: test: curl -fkLsS -m 2 127.0.0.1:8384/rest/noauth/health | grep -o --color=never OK || exit 1 - interval: 1m + interval: 10m timeout: 10s - retries: 3 + retries: 5 volumes: config: