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.