Skip to content

Commit

Permalink
minor typo (#38)
Browse files Browse the repository at this point in the history
updating multiline docker run command
  • Loading branch information
lvnilesh authored May 17, 2021
1 parent f54f192 commit 110a3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Once built, start the docker image on a host that has sufficient bandwidth to ha
```
docker run -it -p 80:80 -p 1935:1935 \
--env MULTISTREAMING_PASSWORD=__made_up_password__ \
-v /path/to/my-rtmp-config.json:/rtmp-configuration.json
-v /path/to/my-rtmp-config.json:/rtmp-configuration.json \
multistreaming-server:latest
```

Expand Down

0 comments on commit 110a3f1

Please sign in to comment.