From 10669f0cad759dd34977cd9ecdde7f0984ef7ca8 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 1 Jan 2021 16:53:18 +0000 Subject: [PATCH] Fix redis config in nextcloud --- nextcloud/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/config/config.php b/nextcloud/config/config.php index 2c23e98..54ad20f 100755 --- a/nextcloud/config/config.php +++ b/nextcloud/config/config.php @@ -160,7 +160,7 @@ $CONFIG = [ * for more information. */ '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, 'timeout' => 0.0, 'password' => '', // Optional, if not defined no password will be used.