nginx version

This commit is contained in:
2026-04-08 14:32:23 +03:00
parent 78aafd4112
commit 93fd3fd608
6 changed files with 68 additions and 60 deletions
+8
View File
@@ -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"]