0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-28 21:50:54 +02:00

Update to 15.0.9 and 16.0.2 (#796)

* Run update.sh

Signed-off-by: tilosp-bot <git-bot@tilosp.de>

* Run update.sh

Signed-off-by: tilosp-bot <git-bot@tilosp.de>

* Pin redis version

Signed-off-by: Tilo Spannagel <development@tilosp.de>

* Run update.sh

Signed-off-by: tilosp-bot <git-bot@tilosp.de>
This commit is contained in:
tilosp-bot 2019-07-06 12:50:44 +02:00 committed by J0WI
parent 4df6f79568
commit 1d4be7e931
64 changed files with 7 additions and 2203 deletions

View file

@ -1,15 +0,0 @@
<?php
$CONFIG = array (
"apps_paths" => array (
0 => array (
"path" => OC::$SERVERROOT."/apps",
"url" => "/apps",
"writable" => false,
),
1 => array (
"path" => OC::$SERVERROOT."/custom_apps",
"url" => "/custom_apps",
"writable" => true,
),
),
);