Update nextcloud to 25.0.3

This commit is contained in:
Jake Howard 2023-01-19 22:43:09 +00:00
parent 37af66e944
commit 7edf6899f3
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' => '25.0.2.3',
'version' => '25.0.3.2',
'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:25.0.2
image: lscr.io/linuxserver/nextcloud:25.0.3
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}