mirror of
https://github.com/cupcakearmy/livestream.git
synced 2025-09-04 06:50:41 +00:00
video streaming
This commit is contained in:
7
video/Dockerfile
Executable file
7
video/Dockerfile
Executable file
@@ -0,0 +1,7 @@
|
||||
FROM alpine:3.7
|
||||
|
||||
RUN apk add --no-cache openssl ca-certificates wget unzip nginx nginx-mod-rtmp ffmpeg
|
||||
|
||||
VOLUME [ "/stream" ]
|
||||
|
||||
CMD nginx -g 'daemon off;'
|
Reference in New Issue
Block a user