From 9678516f1a7ea0407dc7f83ade44456ed649e55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 19 Apr 2026 17:14:01 +0200 Subject: [PATCH] syncthing: update to 2.0.12 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1fd7e7f..1ee46f7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -510,7 +510,7 @@ services: restart: unless-stopped syncthing: - image: lscr.io/linuxserver/syncthing:1.28.1 + image: lscr.io/linuxserver/syncthing:2.0.12 container_name: syncthing volumes: - "${DOCKER_STORAGE_PATH_SLOW}/syncthing:/config"