Created
April 7, 2022 20:24
-
-
Save rudyryk/632333dc2ee188b85081ac28a49657e3 to your computer and use it in GitHub Desktop.
Minimalistic RTMP server configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
nginx: | |
image: tiangolo/nginx-rtmp:latest | |
restart: unless-stopped | |
ports: | |
- 21935:1935 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment