diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-06-30 15:01:52 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-06-30 15:01:52 +0200 |
commit | 56dd08911e176e15115265505fb611081c57c0a8 (patch) | |
tree | 82748ba81460e74188f20f3eb2f455f8c497343d | |
parent | 72d52724c342c7070900f4a53aab6ab2aa864b3f (diff) |
Update PrivateBin to 1.7.8 & Docuseal to 2.0.5
-rw-r--r-- | docuseal/compose.yaml | 2 | ||||
-rw-r--r-- | privatebin/compose.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docuseal/compose.yaml b/docuseal/compose.yaml index 340a927..3b3bc00 100644 --- a/docuseal/compose.yaml +++ b/docuseal/compose.yaml @@ -2,7 +2,7 @@ services: docuseal: container_name: docuseal - image: docuseal/docuseal:2.0.4 + image: docuseal/docuseal:2.0.5 ports: - 10.0.0.1:3030:3000 volumes: diff --git a/privatebin/compose.yaml b/privatebin/compose.yaml index cebd73a..c6d7440 100644 --- a/privatebin/compose.yaml +++ b/privatebin/compose.yaml @@ -1,6 +1,6 @@ services: nginx-fpm-alpine: - image: privatebin/nginx-fpm-alpine:1.7.7 + image: privatebin/nginx-fpm-alpine:1.7.8 restart: unless-stopped read_only: true ports: |