You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	add nginx-rtmp
This commit is contained in:
		| @@ -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 | ||||
		Reference in New Issue
	
	Block a user