fix lowercase docker image name

This commit is contained in:
Jason Rivers 2016-02-15 15:08:19 +00:00
parent 389bbb56df
commit 1fbd1c4625

View file

@ -13,7 +13,7 @@ The configuration file is in /opt/nginx/conf/
To run the container and bind the port 1935 to the host machine; run the following: To run the container and bind the port 1935 to the host machine; run the following:
``` ```
docker run -p 1935:1935 jasonrivers/Docker-nginx-rtmp docker run -p 1935:1935 jasonrivers/docker-nginx-rtmp
``` ```
### OBS Configuration ### OBS Configuration