summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormarceljd <marceljd@users.noreply.github.com>2019-01-22 11:14:03 +0100
committermarceljd <support@dihosting.ch>2019-01-27 13:46:25 +0000
commit2e481a86eed7dcac7f5076a9ee90f4f63764677f (patch)
tree4dbe8717016215c6bb2778d06202834772215b5c /README.md
parenta9f458ce9f74867457da125d6591cbf7469bad21 (diff)
Updated ' to ` for better formatting
Signed-off-by: marceljd <support@dihosting.ch>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 740db13f..72b42f11 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.