From 79e7dcd77b8d0acc7c3edaac20588644d8e3d8d7 Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Thu, 16 Oct 2025 23:45:43 +0200 Subject: [PATCH] syncthing: lower healthcheck interval --- docker/personal/syncthing/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/personal/syncthing/docker-compose.yml b/docker/personal/syncthing/docker-compose.yml index ab3f25c..d5f4c69 100644 --- a/docker/personal/syncthing/docker-compose.yml +++ b/docker/personal/syncthing/docker-compose.yml @@ -26,9 +26,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: 10m - timeout: 10s - retries: 5 + interval: 1m + timeout: 30s + retries: 10 volumes: config: