Skip to content

Commit

Permalink
updated docker compose syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chtholine committed Jan 1, 2024
1 parent 75bdfcb commit 90baaea
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 @@ -3,7 +3,7 @@
d-run:
@COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 \
COMPOSE_PROFILES=full_dev \
docker-compose \
docker compose \
up --build

.PHONY: d-run-local-dev
Expand All @@ -20,7 +20,7 @@ d-run-local-dev:
# Purge all data related with services
d-purge:
@COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 \
docker-compose \
docker compose \
down --volumes --remove-orphans --rmi local --timeout 0

.PHONY: pre-commit-run
Expand Down

0 comments on commit 90baaea

Please sign in to comment.