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 /privatebin/compose.yaml | |
parent | 72d52724c342c7070900f4a53aab6ab2aa864b3f (diff) |
Update PrivateBin to 1.7.8 & Docuseal to 2.0.5
Diffstat (limited to 'privatebin/compose.yaml')
-rw-r--r-- | privatebin/compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |