0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-28 13:50:53 +02:00

Add insecure docker-compose examples for fpm

This commit is contained in:
Tilo Spannagel 2017-08-13 16:08:39 +02:00
parent 0ba11e9ca3
commit f1515a32dc
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
16 changed files with 643 additions and 0 deletions

View file

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