Commit 0a87ae6fd45261deac99d3ace117d1c755a9f551
1 parent
96d9a77d
修改仓库地址
Showing
4 changed files
with
10 additions
and
10 deletions
.gitmodules
DOCKERFILE
| ... | ... | @@ -30,10 +30,10 @@ RUN apt-get update && \ |
| 30 | 30 | cmake curl vim ca-certificates tzdata libmysqlclient-dev redis-server libssl-dev libx264-dev libfaac-dev ffmpeg |
| 31 | 31 | WORKDIR /home |
| 32 | 32 | |
| 33 | -RUN git clone https://gitee.com/18010473990/maven.git && \ | |
| 33 | +RUN git clone https://gitee.com/pan648540858/maven.git && \ | |
| 34 | 34 | cp maven/settings.xml /usr/share/maven/conf/ && \ |
| 35 | - git clone https://gitee.com/18010473990/wvp-GB28181.git && \ | |
| 36 | - git clone https://gitee.com/18010473990/wvp-pro-assist.git | |
| 35 | + git clone https://gitee.com/pan648540858/wvp-GB28181-pro.git && \ | |
| 36 | + git clone https://gitee.com/pan648540858/wvp-pro-assist.git | |
| 37 | 37 | # 编译前端界面 |
| 38 | 38 | WORKDIR /home/wvp-GB28181/web_src |
| 39 | 39 | ... | ... |
README.md
| 1 | - | |
| 1 | + | |
| 2 | 2 | # 开箱即用的的28181协议视频平台 |
| 3 | 3 | |
| 4 | 4 | [](https://travis-ci.org/xia-chu/ZLMediaKit) |
| ... | ... | @@ -34,7 +34,7 @@ docker使用详情查看:[https://hub.docker.com/r/648540858/wvp_pro](https:// |
| 34 | 34 | [https://github.com/648540858/wvp-GB28181-pro/wiki](https://github.com/648540858/wvp-GB28181-pro/wiki) |
| 35 | 35 | |
| 36 | 36 | # gitee同步仓库 |
| 37 | -https://gitee.com/18010473990/wvp-GB28181.git | |
| 37 | +https://gitee.com/pan648540858/wvp-GB28181-pro.git | |
| 38 | 38 | |
| 39 | 39 | # 截图 |
| 40 | 40 |  |
| ... | ... | @@ -115,7 +115,7 @@ https://gitee.com/18010473990/wvp-GB28181.git |
| 115 | 115 | |
| 116 | 116 | |
| 117 | 117 | # gitee同步仓库 |
| 118 | -https://gitee.com/18010473990/wvp-GB28181.git | |
| 118 | +https://gitee.com/pan648540858/wvp-GB28181-pro.git | |
| 119 | 119 | |
| 120 | 120 | # 使用帮助 |
| 121 | 121 | QQ群: 901799015, 690854210(ZLM大群) | ... | ... |
docker/wvp/Dockerfile
| 1 | 1 | FROM ubuntu:20.04 AS build |
| 2 | 2 | |
| 3 | -ARG gitUrl="https://gitee.com/18010473990" | |
| 3 | +ARG gitUrl="https://gitee.com/pan648540858" | |
| 4 | 4 | ARG zlmGitUrl="https://gitee.com/xia-chu/ZLMediaKit" |
| 5 | 5 | |
| 6 | 6 | RUN export DEBIAN_FRONTEND=noninteractive &&\ |
| ... | ... | @@ -9,9 +9,9 @@ RUN export DEBIAN_FRONTEND=noninteractive &&\ |
| 9 | 9 | cmake ca-certificates openssl ffmpeg |
| 10 | 10 | |
| 11 | 11 | RUN cd /home && \ |
| 12 | - git clone "https://gitee.com/18010473990/maven.git" && \ | |
| 12 | + git clone "https://gitee.com/pan648540858/maven.git" && \ | |
| 13 | 13 | cp maven/settings.xml /usr/share/maven/conf/ && \ |
| 14 | - git clone "${gitUrl}/wvp-GB28181.git" && \ | |
| 14 | + git clone "${gitUrl}/wvp-GB28181-pro.git" && \ | |
| 15 | 15 | git clone "${gitUrl}/wvp-pro-assist.git" && \ |
| 16 | 16 | git clone --depth=1 "${zlmGitUrl}" && \ |
| 17 | 17 | mkdir -p /opt/wvp/config /opt/assist/config /opt/media/www/record | ... | ... |