Fix redis config in nextcloud

This commit is contained in:
Chris
2021-01-01 16:53:18 +00:00
parent be250aa801
commit 10669f0cad

View File

@@ -160,7 +160,7 @@ $CONFIG = [
* for more information. * for more information.
*/ */
'redis' => [ 'redis' => [
'host' => 'localhost', // can also be a unix domain socket: '/tmp/redis.sock' 'host' => 'redis', // can also be a unix domain socket: '/tmp/redis.sock'
'port' => 6379, 'port' => 6379,
'timeout' => 0.0, 'timeout' => 0.0,
'password' => '', // Optional, if not defined no password will be used. 'password' => '', // Optional, if not defined no password will be used.