Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1db5a2d

Browse files
committed
update nginx and flv version (更新nginx和flv版本)
1 parent 219a534 commit 1db5a2d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

‎Dockerfile‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG NGINX_VERSION=1.21.6
2-
ARG NGINX_HTTP_FLV_MODULE=1.2.10
1+
ARG NGINX_VERSION=1.24.0
2+
ARG NGINX_HTTP_FLV_MODULE=1.2.11
33
ARG HTTP_PORT=80
44
ARG HTTPS_PORT=443
55
ARG RTMP_PORT=1935
@@ -53,7 +53,9 @@ ENV HTTPS_PORT ${HTTPS_PORT}
5353
ENV RTMP_PORT ${RTMP_PORT}
5454
ENV HTTP_FLV_MODULE ${HTTP_FLV_MODULE}
5555

56-
RUN apk add --no-cache pcre-dev zlib-dev openssl openssl-dev gettext ffmpeg
56+
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories\
57+
&& apk update \
58+
&& apk add --no-cache pcre-dev zlib-dev openssl openssl-dev gettext ffmpeg
5759

5860
COPY --from=build-nginx /usr/local/nginx /usr/local/nginx
5961
COPY --from=build-nginx /etc/nginx /etc/nginx

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
* @Description:
33
* @Author: LLiuHuan
44
* @Date: 2022年04月11日 16:30:02
5-
* @LastEditTime: 2022年06月20日 13:22:39
5+
* @LastEditTime: 2023年11月24日 14:36:50
66
* @LastEditors: LLiuHuan
77
-->
88
### Introduce
99
> 由于nginx-http-flv-module官方镜像是四年前的,想弄个最新版的,就自己打了一个包,这个项目仅作为保留使用
10-
1. 本项目使用最新版 `nginx-http-flv-module` 目前版本为 `1.2.10`
10+
1. 本项目使用最新版 `nginx-http-flv-module` 目前版本为 `1.2.11`
1111
2. rtmp和http nginx 解析都为 stream
1212

1313
### Use

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /