Skip to content

Commit

Permalink
Merge pull request #141 from pagemachine/docker-compose-v2
Browse files Browse the repository at this point in the history
Use "docker compose"
  • Loading branch information
mbrodala authored Aug 13, 2024
2 parents dfefb85 + 030a131 commit 676d3e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
PHP_VERSION: ${{matrix.php}}
TYPO3_VERSION: ${{matrix.typo3}}
ELASTICSEARCH_VERSION: ${{matrix.elasticsearch}}
run: docker-compose run --rm app composer build
run: docker compose run --rm app composer build

- name: Cleanup
if: ${{ always() }}
run: docker-compose down --volumes
run: docker compose down --volumes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ No need to write a complete indexer from scratch, instead you can register custo

All tests can be executed with the shipped Docker Compose definition:

docker-compose run --rm app composer build
docker compose run --rm app composer build

0 comments on commit 676d3e9

Please sign in to comment.