From 33f24110c5567040004bfa6ecda2bf82353f0b78 Mon Sep 17 00:00:00 2001 From: Werner Beroux Date: Tue, 7 Jul 2015 15:07:31 +0200 Subject: [PATCH] Update README.md Fix basic usage example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de5d4d..1c3317f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To see command-line options, run `docker run --rm wernight/ngrok --help`. ## Usage - $ docker run --rm -it --link web_service_container:http wernight/ngrok ngrok http 80 + $ docker run --rm -it --link web_service_container wernight/ngrok ngrok http web_service_container:80 ## Full example