diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-08-18 19:04:49 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-08-18 19:04:49 +0200 |
commit | 0392e3f1e9affbba51bf08b510be874fecf804e3 (patch) | |
tree | 0949d17b7276da6203be300c0cba6c84e02b04d4 | |
parent | 5bae54ac720d703ab83c8a80d6be6cc14b6fcf44 (diff) |
-rw-r--r-- | docuseal/compose.yaml | 2 | ||||
-rw-r--r-- | syncthing/compose.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docuseal/compose.yaml b/docuseal/compose.yaml index 1a5068d..3189610 100644 --- a/docuseal/compose.yaml +++ b/docuseal/compose.yaml @@ -2,7 +2,7 @@ services: docuseal: container_name: docuseal - image: docuseal/docuseal:2.1.0 + image: docuseal/docuseal:2.1.1 ports: - 10.0.0.1:3030:3000 volumes: diff --git a/syncthing/compose.yaml b/syncthing/compose.yaml index fd13470..3dc29cc 100644 --- a/syncthing/compose.yaml +++ b/syncthing/compose.yaml @@ -1,6 +1,6 @@ services: syncthing: - image: ghcr.io/syncthing/syncthing:1.30.0 + image: ghcr.io/syncthing/syncthing:2.0.2 container_name: syncthing hostname: VPS environment: |