From 84bbe0f2b4f7424f53680f7a7ef283943451f871 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:14:54 +0000 Subject: [PATCH] chore(deps): update syncthing to v2.0.15 --- apps/syncthing-discosrv/2.0.14/docker-compose.yml | 2 +- apps/syncthing-relaysrv/2.0.14/docker-compose.yml | 2 +- apps/syncthing/2.0.14/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/syncthing-discosrv/2.0.14/docker-compose.yml b/apps/syncthing-discosrv/2.0.14/docker-compose.yml index 63f598f70..319dd07cf 100644 --- a/apps/syncthing-discosrv/2.0.14/docker-compose.yml +++ b/apps/syncthing-discosrv/2.0.14/docker-compose.yml @@ -9,7 +9,7 @@ services: - PUID=1001 - PGID=1001 - TZ=Asia/Shanghai - image: syncthing/discosrv:2.0.14 + image: syncthing/discosrv:2.0.15 labels: createdBy: "Apps" networks: diff --git a/apps/syncthing-relaysrv/2.0.14/docker-compose.yml b/apps/syncthing-relaysrv/2.0.14/docker-compose.yml index 7befa7d1d..dec5676a9 100644 --- a/apps/syncthing-relaysrv/2.0.14/docker-compose.yml +++ b/apps/syncthing-relaysrv/2.0.14/docker-compose.yml @@ -9,7 +9,7 @@ services: - PUID=1001 - PGID=1001 - pools="" - image: syncthing/relaysrv:2.0.14 + image: syncthing/relaysrv:2.0.15 labels: createdBy: "Apps" networks: diff --git a/apps/syncthing/2.0.14/docker-compose.yml b/apps/syncthing/2.0.14/docker-compose.yml index 6e465c4e4..366fd1f01 100644 --- a/apps/syncthing/2.0.14/docker-compose.yml +++ b/apps/syncthing/2.0.14/docker-compose.yml @@ -18,7 +18,7 @@ services: - ${SYNCTHING_PORT}:22000/tcp - ${SYNCTHING_PORT}:22000/udp - ${SYNCTHING_PORT_EXTRA_UDP}:21027/udp - image: syncthing/syncthing:2.0.14 + image: syncthing/syncthing:2.0.15 labels: createdBy: "Apps"