expose recorder at host for external usage
This commit is contained in:
parent
cf78610a70
commit
d8aa2c7bf3
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ services:
|
||||||
image: bluenviron/mediamtx:latest-ffmpeg
|
image: bluenviron/mediamtx:latest-ffmpeg
|
||||||
environment:
|
environment:
|
||||||
- MTX_PROTOCOLS=tcp
|
- MTX_PROTOCOLS=tcp
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:8554:8554"
|
||||||
volumes:
|
volumes:
|
||||||
- "./config/recorder/mediamtx.yml:/mediamtx.yml"
|
- "./config/recorder/mediamtx.yml:/mediamtx.yml"
|
||||||
- "./data/recorder:/recordings"
|
- "./data/recorder:/recordings"
|
||||||
|
|
Loading…
Reference in a new issue