diff options
-rw-r--r-- | portainer/compose.yaml | 2 | ||||
-rw-r--r-- | 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: |