From 7c8b90ff6ba0656f60e3de915b9fb4eaabfb467b Mon Sep 17 00:00:00 2001 From: Ilya Atamas Date: Wed, 24 Apr 2019 01:19:51 +0300 Subject: [PATCH] feat: fix docker command in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e6f2e58..eb295b6 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ Release binaries for different platforms can be downloaded on the [Releases](htt The fastest way to get started with NCP is to use Docker image: ```bash # run proxy inside of docker container in background -docker run -e REDIS_ADDRESS=host.docker.internal:6379 -p 8080:8080 -it emeralt/npm-cache-proxy -d +docker run -e REDIS_ADDRESS=host.docker.internal:6379 -p 8080:8080 -it -d emeralt/npm-cache-proxy # configure npm to use caching proxy as registry npm config set registry http://localhost:8080