mirror of
https://github.com/nextcloud/docker.git
synced 2025-05-08 09:40:55 +02:00
rework of docker-compose examples
This commit is contained in:
parent
83b027fbae
commit
e87d8d1217
8 changed files with 191 additions and 97 deletions
12
.examples/docker-compose/with-nginx-proxy/apache/caching.php
Normal file
12
.examples/docker-compose/with-nginx-proxy/apache/caching.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?
|
||||
$CONFIG = array (
|
||||
'memcache.local' => '\\OC\\Memcache\\APCu',
|
||||
'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