syncthing: give healthcheck more time

This commit is contained in:
2025-10-13 15:39:40 +02:00
parent 9852ab09ed
commit 2f77153882

View File

@@ -19,9 +19,9 @@ services:
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: curl -fkLsS -m 2 127.0.0.1:8384/rest/noauth/health | grep -o --color=never OK || exit 1 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 timeout: 10s
retries: 3 retries: 5
volumes: volumes:
config: config: