Add redis conf to fpm-alpine
This commit is contained in:
parent
5466e98fb4
commit
4ee1cf73f1
8
13.0/fpm-alpine/config/redis.config.php
Normal file
8
13.0/fpm-alpine/config/redis.config.php
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
$CONFIG = array (
|
||||||
|
'memcache.locking' => '\OC\Memcache\Redis',
|
||||||
|
'redis' => array(
|
||||||
|
'host' => 'redis',
|
||||||
|
'port' => 6379,
|
||||||
|
),
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user