fix docker command (expose port on the machine)
This commit is contained in:
parent
aa1af01174
commit
477f96fe5c
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue