更新 syncthing 的 README.md,修改输出信息以包含文件夹 ID 和路径

This commit is contained in:
严浩
2024-10-30 17:15:13 +08:00
parent ba4d7e9993
commit d14ae3ad75

View File

@ -18,7 +18,7 @@ docker run -d --restart unless-stopped --name syncthing \
-p 28198:8384 -p 22000:22000/tcp -p 22000:22000/udp -p 21027:21027/udp \
syncthing/syncthing
echo -e "\n Folder Path: $TARGET1 \n"
echo -e "\n Folder ID: $HOSTNAME$SOURCE1 \nFolder Path: $TARGET1 \n----- \n/host/root/st-folder/$HOSTNAME(change-it)/root/_docker-stacks"
```
- 访问`https://服务器ip:28198`