nginx version
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM docker.io/library/alpine:3.23
|
||||
|
||||
RUN apk add --no-cache curl ca-certificates nginx-mod-rtmp librtmp ffmpeg nginx
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
CMD ["nginx"]
|
||||
|
||||
Reference in New Issue
Block a user