expose recorder at host for external usage

This commit is contained in:
deflax 2024-01-05 02:45:11 +00:00
parent cf78610a70
commit d8aa2c7bf3

View file

@ -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"