1
0
Fork 0

fix(syncthing-relaysrv): 修复中继服务器连接问题

- 在 docker-compose.yml 文件中添加命令参数 -pools="" -listen=":22067"
- 此修改解决了 Syncthing 客户端无法连接到 relayserver 的问题
- 更新了 1.29.6 和 latest 两个版本的配置文件
This commit is contained in:
zhongkunming 2025-06-06 09:11:26 +08:00
parent 162d968c8e
commit 04adf12d1d
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ networks:
external: true
services:
syncthing_relaysrv:
command: -pools="" -listen=":22067"
container_name: ${CONTAINER_NAME}
environment:
- PUID=1001

View File

@ -3,6 +3,7 @@ networks:
external: true
services:
syncthing_relaysrv:
command: -pools="" -listen=":22067"
container_name: ${CONTAINER_NAME}
environment:
- PUID=1001