Skip to content

Commit 9cf6822

Browse files
Use docker compose instead of deprecated docker-compose (#60)
1 parent e60c646 commit 9cf6822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: always()
6060
run: |
6161
mkdir -p logs/magento
62-
docker-compose logs > logs/container_logs.log
62+
docker compose logs > logs/container_logs.log
6363
docker cp magento-hyva-checkout-magento-1:/bitnami/magento/var/log logs/magento
6464
- uses: actions/upload-artifact@v4
6565
if: always()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you would like to have a quick local installation of the plugin on a magento
2424
- Copy .env.sample to .env and update the values as needed.
2525
- Run the following command to start the docker containers:
2626
```
27-
docker-compose up -d --build
27+
docker compose up -d --build
2828
```
2929
## End to End Testing
3030
This plugin comes with Playwright tests to ensure it's functionality.

0 commit comments

Comments
 (0)