fix docker command (expose port on the machine)

This commit is contained in:
Adrien Marquès 2018-10-02 10:53:45 +02:00
parent aa1af01174
commit 477f96fe5c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### 1. Setup
You need a `redis` server running, if you don't have it, you can simply use a docker container for it with `docker run -d redis`.
You need a `redis` server running, if you don't have it, you can simply use a docker container for it with `docker run -p 6379:6379 -d redis`.
All commands above must be launched from the root of this repository.