syncthing: lower healthcheck interval

This commit is contained in:
2025-10-16 23:45:43 +02:00
parent 0704b7e19e
commit 79e7dcd77b

View File

@@ -26,9 +26,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: 10m interval: 1m
timeout: 10s timeout: 30s
retries: 5 retries: 10
volumes: volumes:
config: config: