0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 08:22:37 +02:00

Update redis.config.php

Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
marceljd 2019-01-15 19:40:35 +01:00 committed by marceljd
parent 536fb66212
commit d1db681058

View file

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