1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

add nginx-rtmp

This commit is contained in:
kev 2021-10-13 17:08:01 +08:00
parent 1f24311e4a
commit d8ba0ac07e
3 changed files with 14 additions and 2 deletions

@ -164,8 +164,8 @@ A collection of delicious docker recipes.
- [x] openmeetings :camera: - [x] openmeetings :camera:
- [x] paddle-ocr - [x] paddle-ocr
- [x] plex :moneybag: - [x] plex :moneybag:
- [x] red5 :+1: - [x] red5 :+1: :camera:
- [x] red5-arm :construction: - [x] red5-arm :construction: :camera:
- [x] rtmp-client-arm :+1: - [x] rtmp-client-arm :+1:
- [x] rtmp-server :camera: - [x] rtmp-server :camera:
- [x] shairplay-arm - [x] shairplay-arm
@ -352,6 +352,7 @@ A collection of delicious docker recipes.
- [x] nextcloud - [x] nextcloud
- [x] sonatype/nexus3 - [x] sonatype/nexus3
- [ ] jwilder/nginx-proxy - [ ] jwilder/nginx-proxy
- [x] tiangolo/nginx-rtmp :camera:
- [x] jazzdd/phpvirtualbox - [x] jazzdd/phpvirtualbox
- [x] sonatype/nexus3 - [x] sonatype/nexus3
- [x] jupyter/notebook - [x] jupyter/notebook

4
nginx-rtmp/README.md Normal file

@ -0,0 +1,4 @@
nginx-rtmp
==========
https://github.com/tiangolo/nginx-rtmp-docker

@ -0,0 +1,7 @@
version: "3.8"
services:
nginx-rtmp:
image: tiangolo/nginx-rtmp
ports:
- "1935:1935"
restart: unless-stopped