From 3ed4434f214d2aa58be40525a9bd032c49f7dec1 Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Fri, 24 Jul 2026 21:49:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9docker=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E8=AE=BE=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index a12f6b3..901feca 100644 --- a/deploy.sh +++ b/deploy.sh @@ -283,7 +283,7 @@ print_step "启动 frpc-console 容器..." docker run -d \ --name frpc-console \ --restart=always \ - -p ${PORT}:9300 \ + --network host \ -v ${DATA_DIR}:/app/data \ -e PORT=9300 \ -e TZ=Asia/Shanghai \