diff options
| author | Malte Kiefer <[email protected]> | 2022-01-06 16:39:06 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-06 07:39:06 -0800 |
| commit | e713bf023e465e20b8b4fedeceea4aa6b435f946 (patch) | |
| tree | 34c8569442a5f87b770bf5c97d7f4eb6cca1578a | |
| parent | 77e1f21c37e683e905d00d52f1568f00979328ab (diff) | |
| download | caprover-one-click-apps-e713bf023e465e20b8b4fedeceea4aa6b435f946.tar.gz caprover-one-click-apps-e713bf023e465e20b8b4fedeceea4aa6b435f946.zip | |
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.
| -rw-r--r-- | public/v4/apps/wiki-js.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/v4/apps/wiki-js.yml b/public/v4/apps/wiki-js.yml index d5175af..20a64de 100644 --- a/public/v4/apps/wiki-js.yml +++ b/public/v4/apps/wiki-js.yml @@ -25,11 +25,11 @@ services: caproverOneClickApp: variables: - 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 id: $$cap_version - label: Postgres Version - defaultValue: 11-alpine + defaultValue: 14.1-alpine id: $$cap_postgres_version - label: Database Password description: Password to connect to the database |
