diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0812c9b..e155dab 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -43,12 +43,12 @@ jobs: - name: Stop and remove existing containers run: | - docker compose -f docker-compose.yml down || true + docker compose -f docker-compose.yaml down || true - name: Pull Docker images run: | - docker compose -f docker-compose.yml pull + docker compose -f docker-compose.yaml pull - name: Start containers run: | - docker compose -f docker-compose.yml up -d \ No newline at end of file + docker compose -f docker-compose.yaml up -d \ No newline at end of file