Add docker-compose configuration for Syncthing relay server
Deploy ru-vps / deploy (push) Successful in 28s

This commit is contained in:
Dmitry
2026-05-28 13:27:26 +03:00
parent c09754a161
commit 12abbde629
+7
View File
@@ -0,0 +1,7 @@
services:
strelaysrv:
image: syncthing/relaysrv:latest
ports:
- "22067:22067" # relay protocol
- "22070:22070" # status/metrics
command: -listen=":22067" -status-srv=":22070"