Skip to content

Commit

Permalink
fix: use docker compose to avoid error with unkown command
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Sep 5, 2024
1 parent 7325c6d commit 61c6b97
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,7 +7,7 @@ COMPOSER=symfony composer
CONSOLE=${SYMFONY} console
export COMPOSE_PROJECT_NAME=menu
PLUGIN_NAME=sylius-${COMPOSE_PROJECT_NAME}-plugin
COMPOSE=docker-compose
COMPOSE=docker compose
YARN=yarn

###
Expand Down Expand Up @@ -194,7 +194,7 @@ docker.logs: ## Logs the docker containers
.PHONY: docker.logs

docker.dc: ARGS=ps
docker.dc: ## Run docker-compose command. Use ARGS="" to pass parameters to docker-compose.
docker.dc: ## Run docker compose command. Use ARGS="" to pass parameters to docker compose.
cd ${APP_DIR} && ${COMPOSE} ${ARGS}
.PHONY: docker.dc

Expand Down

0 comments on commit 61c6b97

Please sign in to comment.