summaryrefslogtreecommitdiffstats
path: root/tests/redis.config.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/redis.config.php')
-rw-r--r--tests/redis.config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/redis.config.php b/tests/redis.config.php
index 2ff46ec6728..9d3f1eca63e 100644
--- a/tests/redis.config.php
+++ b/tests/redis.config.php
@@ -5,7 +5,7 @@ $CONFIG = [
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' => [
- 'host' => 'localhost',
+ 'host' => 'cache',
'port' => 6379,
'timeout' => 0,
],