diff --git a/README.md b/README.md index d827c5e..aa203f9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ 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', @@ -17,4 +18,4 @@ After you boot up the stack, you'll want to go into your /local/path/nextcloud/c 'timeout' => 1.5, ], 'memcache.locking' => '\OC\Memcache\Redis', - +```