Update nextcloud to 20.0.3

This commit is contained in:
Jake Howard 2020-12-11 17:35:50 +00:00
parent 8e6a3324a1
commit af1b7f754c
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', 0 => 'intersect.jakehoward.tech',
), ),
'dbtype' => 'mysql', 'dbtype' => 'mysql',
'version' => '20.0.1.1', 'version' => '20.0.3.2',
'overwrite.cli.url' => 'https://intersect.jakehoward.tech', 'overwrite.cli.url' => 'https://intersect.jakehoward.tech',
'dbname' => 'nextcloud', 'dbname' => 'nextcloud',
'dbhost' => 'mariadb', 'dbhost' => 'mariadb',

View File

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