fix: 修改 docker-compose 为 docker compose 命令
Backend CI/CD / build (push) Failing after 39s Details
Backend CI/CD / deploy (push) Has been skipped Details

- 适配新版本 Docker Compose CLI
- 确保 CI/CD 能正常执行部署

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
golc 2026-02-24 13:33:34 +00:00
parent 7cd5ba6933
commit be29688c85
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
- name: 重新构建并启动后端容器
run: |
cd /root/self_proj
docker-compose up -d --build backend
docker compose up -d --build backend
- name: 健康检查
run: |