From 1110b667bc305861bae797c6ccb923071d5b9186 Mon Sep 17 00:00:00 2001 From: pizzaniels Date: Sun, 5 Feb 2023 17:27:28 +0100 Subject: [PATCH] fixated syncthing on version 1.23 in docker compose --- roles/syncthing/templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/syncthing/templates/docker-compose.yml.j2 b/roles/syncthing/templates/docker-compose.yml.j2 index 512eef6..65c44e8 100644 --- a/roles/syncthing/templates/docker-compose.yml.j2 +++ b/roles/syncthing/templates/docker-compose.yml.j2 @@ -2,7 +2,7 @@ version: "2.1" services: syncthing: - image: lscr.io/linuxserver/syncthing:latest + image: lscr.io/linuxserver/syncthing:1.23 container_name: syncthing hostname: syncthing environment: