new nexctcloud version 23

This commit is contained in:
2022-01-28 12:00:09 +01:00
parent af4e616d6d
commit 50ee3e875a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM nextcloud:22-fpm
FROM nextcloud:23-fpm
#needed for some reason
ENV NEXTCLOUD_UPDATE=1

View File

@@ -46,7 +46,7 @@ $CONFIG = array(
),
'datadirectory' => '/var/www/html/data',
'dbtype' => 'pgsql',
'version' => '22.1.1.2',
'version' => '23.0.0',
'overwrite.cli.url' => 'http://nc.lan',
'dbname' => 'nextcloud',
'dbhost' => 'postgres.live-env.svc.cluster.local:5432',
@@ -57,4 +57,4 @@ $CONFIG = array(
'installed' => true,
'default_phone_region' => 'DE',
'updater.release.channel' => 'stable',
);
);