From b766412985e38e89dc0cf7bdff117cbca19cf27a Mon Sep 17 00:00:00 2001 From: jingrow Date: Thu, 21 Aug 2025 17:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0git=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsite.sh b/jsite.sh index 3679b79..2ad3399 100644 --- a/jsite.sh +++ b/jsite.sh @@ -17,7 +17,7 @@ NC='\033[0m' # No Color # 基础配置 SITE_NAME="jingrow" -GIT_REPO="http://git.jingrow.com:3000/jsite/jingrow" +GIT_REPO="http://git.jingrow.com/jsite/jingrow" NODE_VERSION="22" START_PORT=3001 PORT_INCREMENT=1 @@ -1330,7 +1330,7 @@ install_traefik() { git config --global http.lowSpeedTime 999999 git config --global http.postBuffer 524288000 git config --global core.compression 9 - cd /home/jingrow && git clone --depth 1 http://git.jingrow.com:3000/go/traefik-docker + cd /home/jingrow && git clone --depth 1 http://git.jingrow.com/go/traefik-docker " log_success "traefik项目克隆完成"