Update nextcloud to v29
All checks were successful
/ terraform (push) Successful in 42s
/ ansible (push) Successful in 2m3s

This commit is contained in:
Jake Howard 2024-05-09 18:02:30 +01:00
commit 253f2678fa
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' => '28.0.4.1', 'version' => '29.0.0.19',
'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: lscr.io/linuxserver/nextcloud:28.0.4 image: lscr.io/linuxserver/nextcloud:29.0.0
environment: environment:
- PUID={{ docker_user.id }} - PUID={{ docker_user.id }}
- PGID={{ docker_user.id }} - PGID={{ docker_user.id }}