version string in config needs to be updated, hooray
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:21-fpm
|
FROM nextcloud:22-fpm
|
||||||
#needed for some reason
|
#needed for some reason
|
||||||
ENV NEXTCLOUD_UPDATE=1
|
ENV NEXTCLOUD_UPDATE=1
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ $CONFIG = array(
|
|||||||
),
|
),
|
||||||
'datadirectory' => '/var/www/html/data',
|
'datadirectory' => '/var/www/html/data',
|
||||||
'dbtype' => 'pgsql',
|
'dbtype' => 'pgsql',
|
||||||
'version' => '20.0.9.1',
|
'version' => '21.0.5',
|
||||||
'overwrite.cli.url' => 'http://nc.lan',
|
'overwrite.cli.url' => 'http://nc.lan',
|
||||||
'dbname' => 'nextcloud',
|
'dbname' => 'nextcloud',
|
||||||
'dbhost' => 'postgres.live-env.svc.cluster.local:5432',
|
'dbhost' => 'postgres.live-env.svc.cluster.local:5432',
|
||||||
|
|||||||
Reference in New Issue
Block a user