From e713bf023e465e20b8b4fedeceea4aa6b435f946 Mon Sep 17 00:00:00 2001 From: Malte Kiefer <59220985+MalteKiefer@users.noreply.github.com> Date: Thu, 6 Jan 2022 16:39:06 +0100 Subject: [PATCH] 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. --- public/v4/apps/wiki-js.yml | 4 ++-- 1 file 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