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:
parent
b120af8e7f
commit
3c2f4b52e1
16 changed files with 57 additions and 15 deletions
|
@ -0,0 +1,11 @@
|
|||
<?
|
||||
$CONFIG = array (
|
||||
'memcache.locking' => '\\OC\\Memcache\\Redis',
|
||||
'filelocking.enabled' => 'true',
|
||||
'redis' =>
|
||||
array (
|
||||
'host' => 'redis',
|
||||
'port' => 6379,
|
||||
),
|
||||
);
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue