From c28ed6dad019dd845aac627aef23b3d4b8562247 Mon Sep 17 00:00:00 2001 From: BA1001 Date: Wed, 2 Aug 2023 21:17:07 +0200 Subject: [PATCH] Update Syncthing version --- opt/syncthing/docker-compose.yml | 1 + opt/syncthing/docker-compose.yml##hostname.dkr01 | 2 +- opt/syncthing/docker-compose.yml##hostname.pi01 | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 opt/syncthing/docker-compose.yml diff --git a/opt/syncthing/docker-compose.yml b/opt/syncthing/docker-compose.yml new file mode 120000 index 0000000..cd81b82 --- /dev/null +++ b/opt/syncthing/docker-compose.yml @@ -0,0 +1 @@ +docker-compose.yml##hostname.dkr01 \ No newline at end of file diff --git a/opt/syncthing/docker-compose.yml##hostname.dkr01 b/opt/syncthing/docker-compose.yml##hostname.dkr01 index 765a7fd..3b767c1 100644 --- a/opt/syncthing/docker-compose.yml##hostname.dkr01 +++ b/opt/syncthing/docker-compose.yml##hostname.dkr01 @@ -2,7 +2,7 @@ version: "3.0" services: syncthing: - image: syncthing/syncthing:1.22.2 + image: syncthing/syncthing:1.23.6 restart: unless-stopped environment: PUID: 1000 diff --git a/opt/syncthing/docker-compose.yml##hostname.pi01 b/opt/syncthing/docker-compose.yml##hostname.pi01 index 725be32..074bab3 100644 --- a/opt/syncthing/docker-compose.yml##hostname.pi01 +++ b/opt/syncthing/docker-compose.yml##hostname.pi01 @@ -2,7 +2,7 @@ version: "3.0" services: syncthing: - image: syncthing/syncthing:1.22.2 + image: syncthing/syncthing:1.23.6 restart: unless-stopped environment: PUID: 1000