mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-28 13:50:53 +02:00
Merge cron and redis example
This commit is contained in:
parent
53b8aabfe9
commit
5f041a6249
9 changed files with 6 additions and 50 deletions
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.locking' => '\OC\Memcache\Redis',
|
||||
'redis' => array(
|
||||
'host' => 'redis',
|
||||
'port' => 6379,
|
||||
),
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue