new nexctcloud version 23
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM nextcloud:22-fpm
|
||||
FROM nextcloud:23-fpm
|
||||
#needed for some reason
|
||||
ENV NEXTCLOUD_UPDATE=1
|
||||
|
||||
|
||||
@@ -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',
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user