Add healthchecks syncthing.yaml

Add healthchecks
This commit is contained in:
che0one
2024-11-02 23:17:30 +04:00
committed by GitHub
parent f0e4cfa75a
commit c468ed4728

View File

@@ -20,3 +20,8 @@ services:
- '22000:22000/tcp'
- '22000:22000/udp'
- '21027:21027/udp'
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8384/"]
interval: 5s
timeout: 20s
retries: 10