0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-26 13:10: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,12 +0,0 @@
<?php
if (getenv('REDIS_HOST')) {
$CONFIG = array (
'memcache.distributed' => '\OC\Memcache\Redis',
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => getenv('REDIS_HOST'),
'port' => getenv('REDIS_HOST_PORT') ?: 6379,
),
);
}