🐳 修改 docker 配置.

This commit is contained in:
lijiahangmax
2025-09-10 01:43:11 +08:00
parent df78fc5977
commit d2703661c8
15 changed files with 86 additions and 11 deletions

View File

@@ -18,4 +18,4 @@ jobs:
run: |
sudo curl -L https://github.com/docker/compose/releases/download/v2.23.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
sudo chmod u+x /usr/local/bin/docker-compose
docker compose -f docker-compose-testing.yml up --build testing --exit-code-from testing --remove-orphans
docker compose -f docker-compose-testing.yaml up --build testing --exit-code-from testing --remove-orphans