Add nginx-rtmp

This commit is contained in:
sporada 2021-03-25 14:43:37 +01:00
parent e3fbe0d281
commit 994324d812
2 changed files with 9 additions and 0 deletions

1
nginx-rtmp/README.md Normal file
View File

@ -0,0 +1 @@
Not Traefik ready!

View File

@ -0,0 +1,8 @@
version: "3.7"
services:
streaming:
image: tiangolo/nginx-rtmp
container_name: nginx-rtmp
ports:
- "1935:1935"
restart: unless-stopped