[+]删除链路追踪,修改项目名称

This commit is contained in:
renzhiyuan 2025-09-09 18:45:28 +08:00
parent d5b0392e2b
commit 458c8894b4
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ start_docker() {
# 启动基本服务 # 启动基本服务
log_info "启动核心服务容器..." log_info "启动核心服务容器..."
# 统一通过已检测到的 Compose 命令启动 # 统一通过已检测到的 Compose 命令启动
PLATFORM=$PLATFORM "$DOCKER_COMPOSE_BIN" $DOCKER_COMPOSE_SUBCMD up --no-cache --build -d PLATFORM=$PLATFORM "$DOCKER_COMPOSE_BIN" $DOCKER_COMPOSE_SUBCMD up --build -d
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
log_error "Docker容器启动失败" log_error "Docker容器启动失败"
return 1 return 1