File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine:latest as builder
2
- MAINTAINER Jason Rivers <
[email protected] >
3
2
4
- ARG NGINX_VERSION=1.15.3
5
- ARG NGINX_RTMP_VERSION=1.2.1
3
+ ARG NGINX_VERSION=1.21.1
4
+ ARG NGINX_RTMP_VERSION=1.2.2
6
5
7
6
8
7
RUN apk update && \
@@ -18,7 +17,6 @@ RUN apk update && \
18
17
openssl \
19
18
pkgconf \
20
19
pkgconfig \
21
- mpfr3 \
22
20
mpc1 \
23
21
libstdc++ \
24
22
ca-certificates \
@@ -50,6 +48,7 @@ RUN cd /tmp && \
50
48
make install
51
49
52
50
FROM alpine:latest
51
+ LABEL org.opencontainers.image.authors=
"[email protected] "
53
52
RUN apk update && \
54
53
apk add \
55
54
openssl \
Original file line number Diff line number Diff line change 1
1
# Docker-nginx-rtmp
2
2
Docker image for an RTMP/HLS server running on nginx
3
3
4
- NGINX Version 1.13.9
5
- nginx-rtmp-module Version 1.2.1
4
+ NGINX Version 1.21.1
5
+ nginx-rtmp-module Version 1.2.2
6
6
7
7
## Configurations
8
8
This image exposes port 1935 for RTMP Steams and has 2 default channels open "live" and "testing".
Original file line number Diff line number Diff line change 128
128
echo " CONFIG EXISTS - Not creating!"
129
129
fi
130
130
131
- echo " Starting server... "
131
+ echo " Starting server
132
132
/opt/nginx/sbin/nginx -g " daemon off; "
133
133
You can’t perform that action at this time.
0 commit comments