From 781dd7a2e0789b233597b1a34ad14a1b0ef37d9a Mon Sep 17 00:00:00 2001 From: adminbruno Date: Wed, 25 Jan 2023 11:54:04 -0500 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', - +```