Fix typo in port forwarding.

This commit is contained in:
Orne Brocaar 2015-03-10 17:36:56 -03:00
parent 304ba4fd72
commit 7fc4d12430
1 changed files with 1 additions and 1 deletions

View File

@ -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.