From 2bb72096de86295f987b5c0bde97d272b54efbfa Mon Sep 17 00:00:00 2001 From: hhs <386998068@qq.com> Date: Sun, 14 Jun 2026 15:29:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A1=AC=E7=BC=96=E7=A0=81=E5=85=AC?= =?UTF-8?q?=E7=BD=91=20IP=20=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/deploy.sh b/deploy.sh index 30c603c..ebc22ea 100755 --- a/deploy.sh +++ b/deploy.sh @@ -21,12 +21,8 @@ cmd_up() { info "启动服务..." docker compose up -d info "服务已启动" - - # 获取公网 IP - PUBLIC_IP=$(curl -s --max-time 5 ifconfig.me 2>/dev/null || curl -s --max-time 5 ip.sb 2>/dev/null || echo "YOUR_SERVER_IP") - - info "前端: http://${PUBLIC_IP}:9000" - info "健康检查: http://${PUBLIC_IP}:9000/api/health" + info "前端: http://8.161.227.145:9000" + info "健康检查: http://8.161.227.145:9000/api/health" } cmd_down() { -- 2.49.1