From 2e481a86eed7dcac7f5076a9ee90f4f63764677f Mon Sep 17 00:00:00 2001 From: marceljd Date: Tue, 22 Jan 2019 11:14:03 +0100 Subject: [PATCH] Updated ' to ` for better formatting Signed-off-by: marceljd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 740db13..72b42f1 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ The install and update script is only triggered when a default command is used ( If you want to use Redis you have to create a seperate [Redis](https://hub.docker.com/_/redis/) container in your setup / in your docker-compose file. To inform Nextcloud about the Redis container add: -- 'REDIS_HOST' (not set by default) Name of Redis container +- `REDIS_HOST` (not set by default) Name of Redis container The use of Redis is recommended to prevent file locking problems. See the examples for further instructions.