mirror of
https://github.com/nextcloud/docker.git
synced 2025-05-09 02:00:53 +02:00
Add insecure docker-compose examples for apache
This commit is contained in:
parent
6a54981de4
commit
83b027fbae
17 changed files with 211 additions and 0 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