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.