Update Nextcloud to 32

This commit is contained in:
Jake Howard 2025-10-14 13:08:10 +01:00
parent 6127824801
commit 32a4756288
No known key found for this signature in database
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' => '31.0.7.1',
'version' => '32.0.0.13',
'overwrite.cli.url' => 'https://intersect.jakehoward.tech',
'dbname' => 'nextcloud',
'dbhost' => 'mariadb',

View file

@ -1,6 +1,6 @@
services:
nextcloud:
image: lscr.io/linuxserver/nextcloud:31.0.7
image: lscr.io/linuxserver/nextcloud:32.0.0
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}