Skip to content

Instantly share code, notes, and snippets.

@abhi-io
Created February 27, 2021 16:10
Show Gist options
  • Save abhi-io/55daa837463cbd3c6c2605d278cd5955 to your computer and use it in GitHub Desktop.
Save abhi-io/55daa837463cbd3c6c2605d278cd5955 to your computer and use it in GitHub Desktop.
docker build -t nginx-rtmp .
docker run -itd -p 1935:1935 -p 8080:80 -p 443:443 --rm nginx-rtmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment