mirror of
https://github.com/vale981/Docker-nginx-rtmp
synced 2025-03-05 09:31:41 -05:00
fix lowercase docker image name
This commit is contained in:
parent
389bbb56df
commit
1fbd1c4625
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue