Browse Source

Update README.md

Werner Beroux 9 years ago
parent
commit
df7bb61526
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -31,6 +31,8 @@ To see command-line options, run `docker run --rm wernight/ngrok --help`.
 
 ## Usage
 
+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
 
 ## Full example