fix(docker): build mediamtx image instead

This commit is contained in:
2026-03-02 16:58:50 +01:00
parent 01514931cb
commit eccf9e5791
3 changed files with 3 additions and 5 deletions

View File

@@ -58,6 +58,8 @@ services:
volumes:
- 'hctv_redis:/data'
mediamtx:
image: 'srizan10/hclive-mediamtx:latest'
build:
context: .
dockerfile: docker/mediamtx/Dockerfile
ports:
- '8890:8890/udp'