mirror of
https://github.com/nextcloud/docker.git
synced 2024-12-26 02:56:13 +01:00
Updated ' to ` for better formatting
Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
parent
a9f458ce9f
commit
2e481a86ee
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue