mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-18 18:06:09 +02:00
Redis memcache.distributed added
Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
parent
c6d7492b1d
commit
88ed016151
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
if (getenv('REDIS_HOST')) {
|
if (getenv('REDIS_HOST')) {
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'memcache.locking' => '\OC\Memcache\Redis',
|
'memcache.locking' => '\OC\Memcache\Redis',
|
||||||
|
'memcache.distributed' => '\OC\Memcache\Redis',
|
||||||
'redis' => array(
|
'redis' => array(
|
||||||
'host' => getenv('REDIS_HOST'),
|
'host' => getenv('REDIS_HOST'),
|
||||||
'port' => getenv('REDIS_PORT') ?: 6379,
|
'port' => getenv('REDIS_PORT') ?: 6379,
|
||||||
|
|
Loading…
Add table
Reference in a new issue