Update nextcloud to 31
All checks were successful
/ ansible (push) Successful in 2m49s
/ terraform (push) Successful in 46s

This commit is contained in:
Jake Howard 2025-05-20 13:58:38 +01:00
parent b9bc80d3b0
commit 70110fcf2e
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' => '30.0.6.2',
'version' => '31.0.5.1',
'overwrite.cli.url' => 'https://intersect.jakehoward.tech',
'dbname' => 'nextcloud',
'dbhost' => 'mariadb',

View file

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