Update nextcloud to version 20

Using the new LSIO tags for version specific pins! 🎉
This commit is contained in:
Jake Howard 2020-10-07 09:18:32 +01:00
parent 0a9deb3d9e
commit e9f61070f8
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' => '19.0.3.1',
'version' => '20.0.0.9',
'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:19.0.3-ls100
image: linuxserver/nextcloud:version-20.0.0
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}