Skip to content

Commit

Permalink
Merge pull request #223 from mindflayer/chore/compose-v2
Browse files Browse the repository at this point in the history
Switching to Compose v2
  • Loading branch information
mindflayer committed Feb 5, 2024
2 parents f497448 + be75da4 commit 6d861c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ install-test-requirements:
pip install -U .[test]

services-up:
docker-compose up -d
docker compose up -d

services-down:
docker-compose down --remove-orphans
docker compose down --remove-orphans

test-python:
@echo "Running Python tests"
Expand Down

0 comments on commit 6d861c2

Please sign in to comment.