Skip to content

Commit 5162958

Browse files
ci: Change docker-compose to docker compose
1 parent 200c579 commit 5162958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: yarn e2e
4141

4242
- name: Stop grafana docker
43-
run: docker-compose down
43+
run: docker compose down
4444

4545
- name: Check for backend
4646
id: check-for-backend

DEVELOPMENT_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ yarn dev
2020
1. Build the back-end, inject it into a docker image, and run it alongside a Haxall server:
2121

2222
```bash
23-
mage -v && docker-compose -f docker-compose_dev.yaml up
23+
mage -v && docker compose -f docker-compose_dev.yaml up
2424
```
2525

2626
## Usage

0 commit comments

Comments
 (0)