Add redis conf to fpm-alpine

This commit is contained in:
adphi 2018-05-09 12:57:04 +02:00
parent 5466e98fb4
commit 4ee1cf73f1
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
$CONFIG = array (
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
);