From f48fa21e465a0c96f4e3ccd422c6a87368a7fc22 Mon Sep 17 00:00:00 2001 From: Werner Beroux Date: Sun, 16 Oct 2016 17:22:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27e2470..05ac16e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To see command-line options, run `docker run --rm wernight/ngrok --help`. Supposing you've an Apache or Nginx Docker container named `web_service_container` listening on port 80: - $ docker run --rm -it --link web_service_container wernight/ngrok ngrok http web_service_container:80 -log stdout + $ docker run --rm -it --link web_service_container wernight/ngrok ngrok http web_service_container:80 ### Environment variables