Add pools parameter to Syncthing relay server command in docker-compose.yml
Deploy ru-vps / deploy (push) Successful in 26s

This commit is contained in:
Dmitry
2026-05-28 13:34:31 +03:00
parent 12abbde629
commit 23b0ef3f41
+1 -1
View File
@@ -4,4 +4,4 @@ services:
ports:
- "22067:22067" # relay protocol
- "22070:22070" # status/metrics
command: -listen=":22067" -status-srv=":22070"
command: -listen=":22067" -status-srv=":22070" -pools=""