From f54e86bf2bd929d99370f0714d0bae1466a779ef Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:22:01 +0800 Subject: [PATCH] Switch Syncthing image to official repository --- apps/syncthing/1.30.0/docker-compose.yml | 2 +- apps/syncthing/latest/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/syncthing/1.30.0/docker-compose.yml b/apps/syncthing/1.30.0/docker-compose.yml index 4bae14f8f..fab0e7530 100644 --- a/apps/syncthing/1.30.0/docker-compose.yml +++ b/apps/syncthing/1.30.0/docker-compose.yml @@ -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" diff --git a/apps/syncthing/latest/docker-compose.yml b/apps/syncthing/latest/docker-compose.yml index 5743412e7..892b6e733 100644 --- a/apps/syncthing/latest/docker-compose.yml +++ b/apps/syncthing/latest/docker-compose.yml @@ -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"