Skip to content

Instantly share code, notes, and snippets.

@rudyryk
Created April 7, 2022 20:24
Show Gist options
  • Save rudyryk/632333dc2ee188b85081ac28a49657e3 to your computer and use it in GitHub Desktop.
Save rudyryk/632333dc2ee188b85081ac28a49657e3 to your computer and use it in GitHub Desktop.
Minimalistic RTMP server configuration
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