mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Update nextcloud to 13.0.2
This commit is contained in:
parent
1218363ad5
commit
e29a4cb1fb
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nextcloud:13.0.1-fpm
|
FROM nextcloud:13.0.2-fpm
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
supervisor \
|
supervisor \
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ $CONFIG = array (
|
||||||
'datadirectory' => '/var/www/html/data',
|
'datadirectory' => '/var/www/html/data',
|
||||||
'overwrite.cli.url' => 'https://cloud.banditlair.com',
|
'overwrite.cli.url' => 'https://cloud.banditlair.com',
|
||||||
'dbtype' => 'mysql',
|
'dbtype' => 'mysql',
|
||||||
'version' => '13.0.1.1',
|
'version' => '13.0.2.1',
|
||||||
'dbname' => 'nextcloud',
|
'dbname' => 'nextcloud',
|
||||||
'dbhost' => 'db',
|
'dbhost' => 'db',
|
||||||
'dbport' => '3306',
|
'dbport' => '3306',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue