0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-05-10 02:20:55 +02:00

Use custom Dockerfiles instead of mounting files for remote docker #104

This commit is contained in:
Marc Brückner 2017-08-16 17:21:07 +02:00 committed by Tilo Spannagel
parent b120af8e7f
commit 3c2f4b52e1
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
16 changed files with 57 additions and 15 deletions

View file

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