mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-05 16:46:50 +00:00
fix(mediamtx): remake the docker image with alpine
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
FROM bluenviron/mediamtx:1 AS mediamtx
|
||||
|
||||
FROM ubuntu:24.04
|
||||
FROM alpine:3.21
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
COPY --from=mediamtx /mediamtx /
|
||||
COPY ./docker/mediamtx/mediamtx.yml /mediamtx.yml
|
||||
|
||||
@@ -18,7 +18,6 @@ webrtcAdditionalHosts: []
|
||||
|
||||
authMethod: http
|
||||
authHTTPAddress: https://hackclub.tv/api/mediamtx/publish
|
||||
authHTTPFingerprint:
|
||||
|
||||
api: yes
|
||||
apiAddress: :9997
|
||||
|
||||
Reference in New Issue
Block a user