From 9410119b56e32616915e539c12fa32e3e1daf113 Mon Sep 17 00:00:00 2001 From: Webysther Nunes Date: Fri, 12 Aug 2016 18:14:34 -0300 Subject: [PATCH] Force restart the service Any simple ```curl -I http://uva.srv.corp.folha.com.br:8080``` kill the server with error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f97adb0..a59c6a4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Run the container ``` -docker run --net=host -p 8080:8080 -t kudoz/npm-proxy-cache +docker run --restart=always --net=host -p 8080:8080 -t kudoz/npm-proxy-cache ``` Use it with `npm`, replacing the npm-proxy-cache hostname below with the ip or hostname you have the container above running at.