From 4ee1cf73f1c728afb0114cdf47dc8ae0646b5b1e Mon Sep 17 00:00:00 2001 From: adphi Date: Wed, 9 May 2018 12:57:04 +0200 Subject: [PATCH] Add redis conf to fpm-alpine --- 13.0/fpm-alpine/config/redis.config.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 13.0/fpm-alpine/config/redis.config.php diff --git a/13.0/fpm-alpine/config/redis.config.php b/13.0/fpm-alpine/config/redis.config.php new file mode 100644 index 0000000..b0cebe3 --- /dev/null +++ b/13.0/fpm-alpine/config/redis.config.php @@ -0,0 +1,8 @@ + '\OC\Memcache\Redis', + 'redis' => array( + 'host' => 'redis', + 'port' => 6379, + ), +);