add mediamtx
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
mediamtx:
|
||||
image: bluenviron/mediamtx:1-ffmpeg
|
||||
container_name: mediamtx
|
||||
ports:
|
||||
- 9997:9997/tcp
|
||||
- 8554:8554/tcp
|
||||
- 8889:8889/tcp
|
||||
- 8189:8189/udp
|
||||
volumes:
|
||||
- ./mediamtx.yml:/mediamtx.yml
|
||||
- ./recordings:/recordings
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user