Updated PrivateBin to 1.5.1. Added persistent config volume to allow config override (#958)

This commit is contained in:
Ivan Skodje 2023-06-29 20:38:13 +02:00 committed by GitHub
parent a0d962d312
commit d4aa50cc4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,13 +7,14 @@ services:
PHP_TZ: '$$cap_tz'
volumes:
- '$$cap_appname-data:/srv/data'
- '$$cap_appname-cfg:/srv/cfg'
caproverExtra:
containerHttpPort: '8080'
caproverOneClickApp:
variables:
- id: '$$cap_version'
label: PrivateBin Version
defaultValue: '1.3.4'
defaultValue: '1.5.1'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/privatebin/nginx-fpm-alpine/tags
validRegex: "/^([^\\s^\\/])+$/"
- id: '$$cap_tz'