Update Syncthing appfile

This commit is contained in:
John Guan 2021-12-23 13:53:24 +08:00
parent 1c4bc5e944
commit 86d6458e8a
1 changed files with 5 additions and 1 deletions

View File

@ -52,6 +52,7 @@
"ports": [
{
"container": "8384",
"host": "8384",
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
@ -59,6 +60,7 @@
},
{
"container": "22000",
"host": "22000",
"type": "tcp",
"allocation": "required",
"configurable": "no",
@ -66,6 +68,7 @@
},
{
"container": "22000",
"host": "22000",
"type": "udp",
"allocation": "required",
"configurable": "no",
@ -73,6 +76,7 @@
},
{
"container": "21027",
"host": "21027",
"type": "udp",
"allocation": "optional",
"configurable": "no",
@ -119,5 +123,5 @@
"latest_updates": "",
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/changelog.txt"
},
"latest_update_date": "1640072737"
"latest_update_date": "1640238467"
}