Skip to content

Commit ac3ed33

Browse files
committed
Bugfix: remove '-' from docker-compose command
1 parent b95584d commit ac3ed33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
verbose: true
8484

8585
- name: Tear down the Stack
86-
run: docker-compose -f docker-compose-local.yml down
86+
run: docker compose -f docker-compose-local.yml down

0 commit comments

Comments
 (0)