Update nextcloud to 24.0.5

This commit is contained in:
Jake Howard 2022-09-18 14:35:39 +01:00
parent 259ab3aae8
commit 63c1bc29db
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' => '24.0.4.1',
'version' => '24.0.5.1',
'overwrite.cli.url' => 'https://intersect.jakehoward.tech',
'dbname' => 'nextcloud',
'dbhost' => 'mariadb',

View File

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