thiagoeolima / nginx-rtmps

Docker image with Nginx using the nginx-rtmp-module module for streaming and Stunnel to add TLS encryption functionality.
33 stars 21 forks source link

docker command not exist #3

Closed C74K closed 3 years ago

C74K commented 3 years ago

docker command not exist

thiagoeolima commented 3 years ago

Try to pass the facebook key in quotes.

docker run -it -p 1935:1935 -e FACEBOOK_KEY="<key>" -e YOUTUBE_KEY=<key> thiagoeolima/nginx-rtmps