Skip to content

Commit

Permalink
Switching to Compose v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer committed Feb 5, 2024
1 parent 182be1a commit 627a06b
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 627a06b

Please sign in to comment.