diff --git a/README.md b/README.md index 4a5558a..d827c5e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ Collections de scripts de configuration et installation. Tentative de simplification en utilisant des containers Podman. as nécessairement plius simple, mais portatif et impacts réduits sur le système. + + +nc-complete.yml +----- +Renommer en docker-compose.yml + +After you boot up the stack, you'll want to go into your /local/path/nextcloud/config/nextcloud/www/nextcloud/config/config.php file and add the following to the top, immediately below the $CONFIG = array ( line + + 'memcache.local' => '\OC\Memcache\APCu', + 'memcache.distributed' => '\OC\Memcache\Redis', + 'redis' => [ + 'host' => 'redis', + 'port' => 6379, + 'password' => '', + 'timeout' => 1.5, + ], + 'memcache.locking' => '\OC\Memcache\Redis', +