0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-15 17:06:09 +02:00

Redis memcache.distributed added

Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
marceljd 2019-01-10 13:11:25 +00:00
parent c6d7492b1d
commit 88ed016151

View file

@ -2,6 +2,7 @@
if (getenv('REDIS_HOST')) {
$CONFIG = array (
'memcache.locking' => '\OC\Memcache\Redis',
'memcache.distributed' => '\OC\Memcache\Redis',
'redis' => array(
'host' => getenv('REDIS_HOST'),
'port' => getenv('REDIS_PORT') ?: 6379,