diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-09-15 19:48:39 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-09-15 19:48:39 +0200 |
commit | c6243381afdd0f16b7745cd7d52c79c01f244f49 (patch) | |
tree | ed03dfcc741b1926231707055ea57f5850354bed | |
parent | 0392e3f1e9affbba51bf08b510be874fecf804e3 (diff) |
- Docuseal: 2.1.1 -> 2.1.5
- Gotify: 2.6.3 -> 2.7.2
- Syncthing: 2.0.2 -> 2.0.9
-rw-r--r-- | docuseal/compose.yaml | 2 | ||||
-rw-r--r-- | gotify/compose.yaml | 2 | ||||
-rw-r--r-- | syncthing/compose.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docuseal/compose.yaml b/docuseal/compose.yaml index 3189610..765d74b 100644 --- a/docuseal/compose.yaml +++ b/docuseal/compose.yaml @@ -2,7 +2,7 @@ services: docuseal: container_name: docuseal - image: docuseal/docuseal:2.1.1 + image: docuseal/docuseal:2.1.5 ports: - 10.0.0.1:3030:3000 volumes: diff --git a/gotify/compose.yaml b/gotify/compose.yaml index 769b531..eef5ac6 100644 --- a/gotify/compose.yaml +++ b/gotify/compose.yaml @@ -1,7 +1,7 @@ --- services: gotify: - image: gotify/server:2.6.3 + image: gotify/server:2.7.2 restart: unless-stopped ports: - 10.0.0.1:8082:80 diff --git a/syncthing/compose.yaml b/syncthing/compose.yaml index 3dc29cc..cf26ef3 100644 --- a/syncthing/compose.yaml +++ b/syncthing/compose.yaml @@ -1,6 +1,6 @@ services: syncthing: - image: ghcr.io/syncthing/syncthing:2.0.2 + image: ghcr.io/syncthing/syncthing:2.0.9 container_name: syncthing hostname: VPS environment: |