From 0a87ae6fd45261deac99d3ace117d1c755a9f551 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期五, 19 十一月 2021 17:42:45 +0800
Subject: [PATCH] 修改仓库地址

---
 docker/wvp/Dockerfile |    6 +++---
 .gitmodules           |    2 +-
 DOCKERFILE            |    6 +++---
 README.md             |    6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 202b14c..94f5d68 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "be.teletask.onvif-java"]
 	path = be.teletask.onvif-java
-	url = https://gitee.com/18010473990/be.teletask.onvif-java.git
+	url = https://gitee.com/pan648540858/be.teletask.onvif-java.git
diff --git a/DOCKERFILE b/DOCKERFILE
index f547428..083c5da 100644
--- a/DOCKERFILE
+++ b/DOCKERFILE
@@ -30,10 +30,10 @@
          cmake curl  vim ca-certificates  tzdata libmysqlclient-dev  redis-server libssl-dev libx264-dev libfaac-dev ffmpeg
 WORKDIR /home
 
-RUN      git clone https://gitee.com/18010473990/maven.git && \
+RUN      git clone https://gitee.com/pan648540858/maven.git && \
          cp maven/settings.xml /usr/share/maven/conf/ && \
-         git clone https://gitee.com/18010473990/wvp-GB28181.git && \
-         git clone https://gitee.com/18010473990/wvp-pro-assist.git
+         git clone https://gitee.com/pan648540858/wvp-GB28181-pro.git && \
+         git clone https://gitee.com/pan648540858/wvp-pro-assist.git
          # 缂栬瘧鍓嶇鐣岄潰
 WORKDIR /home/wvp-GB28181/web_src
 
diff --git a/README.md b/README.md
index 399a477..07be305 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-![logo](https://gitee.com/18010473990/wvp-GB28181/raw/wvp-28181-2.0/web_src/static/logo.png)
+![logo](https://gitee.com/pan648540858/wvp-GB28181-pro/raw/wvp-28181-2.0/web_src/static/logo.png)
 # 寮�绠卞嵆鐢ㄧ殑鐨�28181鍗忚瑙嗛骞冲彴
 
 [![Build Status](https://travis-ci.org/xia-chu/ZLMediaKit.svg?branch=master)](https://travis-ci.org/xia-chu/ZLMediaKit)
@@ -34,7 +34,7 @@
 [https://github.com/648540858/wvp-GB28181-pro/wiki](https://github.com/648540858/wvp-GB28181-pro/wiki)
 
 # gitee鍚屾浠撳簱
-https://gitee.com/18010473990/wvp-GB28181.git
+https://gitee.com/pan648540858/wvp-GB28181-pro.git
 
 # 鎴浘
 ![build_1.png](https://github.com/648540858/wiki/blob/master/images/Screenshot_1.png)
@@ -115,7 +115,7 @@
 
 
 # gitee鍚屾浠撳簱
-https://gitee.com/18010473990/wvp-GB28181.git  
+https://gitee.com/pan648540858/wvp-GB28181-pro.git  
 
 # 浣跨敤甯姪
 QQ缇�: 901799015, 690854210(ZLM澶х兢)  
diff --git a/docker/wvp/Dockerfile b/docker/wvp/Dockerfile
index 6728e4a..b6e26d7 100644
--- a/docker/wvp/Dockerfile
+++ b/docker/wvp/Dockerfile
@@ -1,6 +1,6 @@
 FROM ubuntu:20.04 AS build
 
-ARG gitUrl="https://gitee.com/18010473990"
+ARG gitUrl="https://gitee.com/pan648540858"
 ARG zlmGitUrl="https://gitee.com/xia-chu/ZLMediaKit"
 
 RUN export DEBIAN_FRONTEND=noninteractive &&\
@@ -9,9 +9,9 @@
         cmake ca-certificates openssl ffmpeg
 
 RUN cd /home && \
-        git clone "https://gitee.com/18010473990/maven.git" && \
+        git clone "https://gitee.com/pan648540858/maven.git" && \
         cp maven/settings.xml /usr/share/maven/conf/ && \
-        git clone "${gitUrl}/wvp-GB28181.git" && \
+        git clone "${gitUrl}/wvp-GB28181-pro.git" && \
         git clone "${gitUrl}/wvp-pro-assist.git" && \
         git clone --depth=1 "${zlmGitUrl}" && \
         mkdir -p /opt/wvp/config /opt/assist/config /opt/media/www/record

--
Gitblit v1.8.0