Add docker-compose configuration for Syncthing relay server
Deploy ru-vps / deploy (push) Successful in 28s
Deploy ru-vps / deploy (push) Successful in 28s
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user