Updated ' to ` for better formatting

Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
marceljd 2019-01-22 11:14:03 +01:00 committed by marceljd
parent a9f458ce9f
commit 2e481a86ee
1 changed files with 1 additions and 1 deletions

View File

@ -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: 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. The use of Redis is recommended to prevent file locking problems. See the examples for further instructions.