Update README with redis docker

Added redis docker for an even quicker quick start.
This commit is contained in:
Vincent Petry
2020-06-16 09:13:52 +02:00
committed by GitHub
parent 85939e7ebb
commit 65c2618628
+1
View File
@@ -31,6 +31,7 @@ make generate build
### Redis server
You will need to start a redis server as a cache. The ownCloud storage driver currently will try to connect to the default port.
A quick way to start one for testing is using this docker instance: `docker run -e REDIS_DATABASES=1 -p 6379:6379 -d webhippie/redis:latest`
### Root storage