diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-08-04 18:57:30 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-08-04 18:57:30 +0200 |
commit | 5bae54ac720d703ab83c8a80d6be6cc14b6fcf44 (patch) | |
tree | 99fb0593537b399bb1ec1a63f036a0c9919cfce3 /privatebin | |
parent | 469ef7f7cec594202c899db66a6e7032aee2e8f8 (diff) |
- Removed unused services: anubis-nginx, portainer, semaphore, wud
- Updated versions for Docuseal, PrivateBin, and Vaultwarden
Diffstat (limited to 'privatebin')
-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 c6d7440..a9d4f23 100644 --- a/privatebin/compose.yaml +++ b/privatebin/compose.yaml @@ -1,6 +1,6 @@ services: nginx-fpm-alpine: - image: privatebin/nginx-fpm-alpine:1.7.8 + image: privatebin/nginx-fpm-alpine:2.0.0 restart: unless-stopped read_only: true ports: |