Update nextcloud to 22.2.0

Required quite some hacks around federatedfilesharing app not wanting to update
This commit is contained in:
Jake Howard 2021-10-01 20:52:07 +01:00
parent 4293d030d4
commit 7fd176466d
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ $CONFIG = array (
0 => 'intersect.jakehoward.tech',
),
'dbtype' => 'mysql',
'version' => '22.1.1.2',
'version' => '22.2.0.2',
'overwrite.cli.url' => 'https://intersect.jakehoward.tech',
'dbname' => 'nextcloud',
'dbhost' => 'mariadb',

View File

@ -2,7 +2,7 @@ version: "2.3"
services:
nextcloud:
image: linuxserver/nextcloud:version-22.1.1
image: linuxserver/nextcloud:version-22.2.0
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}