From 5154dc7ed99f40fa59385656b6c9b7623fbd06e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=A3=8A?= <37162659@qq.com> Date: Fri, 15 May 2026 19:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/status.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/status.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/status.sh b/scripts/status.sh index adcc39b..d89628b 100755 --- a/scripts/status.sh +++ b/scripts/status.sh @@ -46,8 +46,8 @@ echo "" echo "===== EchoChat 应用层 =====" check_port "Go 后端" 8085 "http://localhost:8085" check_port "媒体服务器 SFU" 3300 "http://localhost:3300/healthz" -check_port "前台用户端" 5173 "http://localhost:5173" -check_port "后台管理端" 3100 "http://localhost:3100" +check_port "前台用户端" 80 "http://localhost:5173" +check_port "后台管理端" 80 "http://localhost:3100" echo "" echo "===== Docker 中间件 ====="