From 7fc4d12430a06825b0a35734fb29291e2b96d8a3 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Tue, 10 Mar 2015 17:36:56 -0300 Subject: [PATCH] Fix typo in port forwarding. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee277d..00da973 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ How to user ----------- 1. Build and run the container (`docker build -t nginx_rtmp .` & - `docker run 1935:1935 -p 8080:80 --rm nginx_rtmp`). + `docker run -p 1935:1935 -p 8080:80 --rm nginx_rtmp`). 2. Stream your live content to `rtmp://localhost:1935/encoder/stream_name` where `stream_name` is the name of your stream.