Updated PrivateBin to 1.5.1. Added persistent config volume to allow config override (#958)
This commit is contained in:
parent
a0d962d312
commit
d4aa50cc4c
|
|
@ -7,13 +7,14 @@ services:
|
||||||
PHP_TZ: '$$cap_tz'
|
PHP_TZ: '$$cap_tz'
|
||||||
volumes:
|
volumes:
|
||||||
- '$$cap_appname-data:/srv/data'
|
- '$$cap_appname-data:/srv/data'
|
||||||
|
- '$$cap_appname-cfg:/srv/cfg'
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
containerHttpPort: '8080'
|
containerHttpPort: '8080'
|
||||||
caproverOneClickApp:
|
caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: '$$cap_version'
|
- id: '$$cap_version'
|
||||||
label: PrivateBin 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
|
description: Check out their Docker page for the valid tags https://hub.docker.com/r/privatebin/nginx-fpm-alpine/tags
|
||||||
validRegex: "/^([^\\s^\\/])+$/"
|
validRegex: "/^([^\\s^\\/])+$/"
|
||||||
- id: '$$cap_tz'
|
- id: '$$cap_tz'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue