Updated Wiki.js to latest version (#595)
Updated Wiki.js to the latest version in combination with PostgreSQL. Wiki.js docs recommends the latest PostgreSQL version.
This commit is contained in:
parent
77e1f21c37
commit
e713bf023e
|
|
@ -25,11 +25,11 @@ services:
|
||||||
caproverOneClickApp:
|
caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- label: Wiki.js Version
|
- label: Wiki.js Version
|
||||||
defaultValue: '2'
|
defaultValue: '2.5'
|
||||||
description: It's highly recommended that you don't use the latest tag but instead the major version you need, e.g. requarks/wiki:2
|
description: It's highly recommended that you don't use the latest tag but instead the major version you need, e.g. requarks/wiki:2
|
||||||
id: $$cap_version
|
id: $$cap_version
|
||||||
- label: Postgres Version
|
- label: Postgres Version
|
||||||
defaultValue: 11-alpine
|
defaultValue: 14.1-alpine
|
||||||
id: $$cap_postgres_version
|
id: $$cap_postgres_version
|
||||||
- label: Database Password
|
- label: Database Password
|
||||||
description: Password to connect to the database
|
description: Password to connect to the database
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue