From 4fa72c58f2aa0749bc6221c7f55f6729e101ec20 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Wed, 2 Jul 2025 18:39:16 +0200 Subject: Update Portainer to 2.27.9 & Syncthing to 1.30.0 (and using ghcr image) --- portainer/compose.yaml | 2 +- syncthing/compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/portainer/compose.yaml b/portainer/compose.yaml index 95ebe68..2fb60f0 100644 --- a/portainer/compose.yaml +++ b/portainer/compose.yaml @@ -1,6 +1,6 @@ services: portainer-ce: - image: portainer/portainer-ce:2.27.8 + image: portainer/portainer-ce:2.27.9 ports: - 10.0.0.1:8000:8000 - 10.0.0.1:9443:9443 diff --git a/syncthing/compose.yaml b/syncthing/compose.yaml index eef4c0a..fd13470 100644 --- a/syncthing/compose.yaml +++ b/syncthing/compose.yaml @@ -1,6 +1,6 @@ services: syncthing: - image: syncthing/syncthing:1.29.7 + image: ghcr.io/syncthing/syncthing:1.30.0 container_name: syncthing hostname: VPS environment: -- cgit v1.2.3