parent
3ba94d4668
commit
821d3d4407
nginx-rtmp
|
@ -7,6 +7,7 @@ RUN apk add --no-cache nginx nginx-mod-rtmp; \
|
|||
|
||||
COPY docker-entrypoint.sh /
|
||||
COPY nginx.conf /etc/nginx/
|
||||
COPY idle.m3u8 /var/www/live/
|
||||
|
||||
WORKDIR /var/www/live
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
#EXTM3U
|
Loading…
Reference in New Issue