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:
parent
c6d7492b1d
commit
88ed016151
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue