From 477f96fe5cf0f13d27ffadcb4ed67b1a490060c3 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 2 Oct 2018 10:53:45 +0200 Subject: [PATCH] fix docker command (expose port on the machine) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c773359..1b7e454 100644 --- a/README.md +++ b/README.md @@ -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.