Update nextcloud to 22.2.0
Required quite some hacks around federatedfilesharing app not wanting to update
This commit is contained in:
parent
4293d030d4
commit
7fd176466d
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue