From d5b0392e2bc9c8ea68e7e1c23c0f2904bd824acd Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Tue, 9 Sep 2025 18:41:05 +0800 Subject: [PATCH] =?UTF-8?q?[+]=E5=88=A0=E9=99=A4=E9=93=BE=E8=B7=AF?= =?UTF-8?q?=E8=BF=BD=E8=B8=AA=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/start_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start_all.sh b/scripts/start_all.sh index 8f29dac..7ce317c 100755 --- a/scripts/start_all.sh +++ b/scripts/start_all.sh @@ -333,7 +333,7 @@ start_docker() { # 启动基本服务 log_info "启动核心服务容器..." # 统一通过已检测到的 Compose 命令启动 - PLATFORM=$PLATFORM "$DOCKER_COMPOSE_BIN" $DOCKER_COMPOSE_SUBCMD up --build -d + PLATFORM=$PLATFORM "$DOCKER_COMPOSE_BIN" $DOCKER_COMPOSE_SUBCMD up --no-cache --build -d if [ $? -ne 0 ]; then log_error "Docker容器启动失败" return 1