1
0
Fork 0

Switch Syncthing image to official repository

This commit is contained in:
pooneyy 2025-08-12 21:22:01 +08:00
parent aa665a9523
commit f54e86bf2b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

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

View File

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