1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-14 16:40:32 +08:00

chore(deps): update syncthing to v2.1.0 (localApps) (#5548)

This commit is contained in:
renovate[bot] 2026-05-13 07:12:56 +00:00 committed by GitHub
parent 4531c10fb8
commit 35affd50ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ services:
- PUID=1001
- PGID=1001
- TZ=Asia/Shanghai
image: syncthing/discosrv:2.0.16
image: syncthing/discosrv:2.1.0
labels:
createdBy: "Apps"
networks:

View File

@ -9,7 +9,7 @@ services:
- PUID=1001
- PGID=1001
- pools=""
image: syncthing/relaysrv:2.0.16
image: syncthing/relaysrv:2.1.0
labels:
createdBy: "Apps"
networks:

View File

@ -18,7 +18,7 @@ services:
- ${SYNCTHING_PORT}:22000/tcp
- ${SYNCTHING_PORT}:22000/udp
- ${SYNCTHING_PORT_EXTRA_UDP}:21027/udp
image: syncthing/syncthing:2.0.16
image: syncthing/syncthing:2.1.0
labels:
createdBy: "Apps"