Update nextcloud to 31
This commit is contained in:
parent
b9bc80d3b0
commit
70110fcf2e
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue