Skip to content

Commit

Permalink
replace docker-compose with docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer committed Aug 6, 2024
1 parent 8e2b10d commit 95583cc
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 @@ -2,7 +2,7 @@
run: setup-containers create-example-variable

setup-containers:
docker-compose up -d --force-recreate --remove-orphans
docker compose up -d --force-recreate --remove-orphans

create-example-variable:
@echo 'Waiting for Airflow API to start ...'
Expand All @@ -24,7 +24,7 @@ create-example-variable:

.PHONY: down
down:
docker-compose down
docker compose down

.PHONY: tests
tests:
Expand Down

0 comments on commit 95583cc

Please sign in to comment.