mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
add nginx-rtmp
This commit is contained in:
parent
1f24311e4a
commit
d8ba0ac07e
@ -164,8 +164,8 @@ A collection of delicious docker recipes.
|
||||
- [x] openmeetings :camera:
|
||||
- [x] paddle-ocr
|
||||
- [x] plex :moneybag:
|
||||
- [x] red5 :+1:
|
||||
- [x] red5-arm :construction:
|
||||
- [x] red5 :+1: :camera:
|
||||
- [x] red5-arm :construction: :camera:
|
||||
- [x] rtmp-client-arm :+1:
|
||||
- [x] rtmp-server :camera:
|
||||
- [x] shairplay-arm
|
||||
@ -352,6 +352,7 @@ A collection of delicious docker recipes.
|
||||
- [x] nextcloud
|
||||
- [x] sonatype/nexus3
|
||||
- [ ] jwilder/nginx-proxy
|
||||
- [x] tiangolo/nginx-rtmp :camera:
|
||||
- [x] jazzdd/phpvirtualbox
|
||||
- [x] sonatype/nexus3
|
||||
- [x] jupyter/notebook
|
||||
|
4
nginx-rtmp/README.md
Normal file
4
nginx-rtmp/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
nginx-rtmp
|
||||
==========
|
||||
|
||||
https://github.com/tiangolo/nginx-rtmp-docker
|
7
nginx-rtmp/docker-compose.yml
Normal file
7
nginx-rtmp/docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
nginx-rtmp:
|
||||
image: tiangolo/nginx-rtmp
|
||||
ports:
|
||||
- "1935:1935"
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user