Skip to content

Commit

Permalink
Rename docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Aug 22, 2024
1 parent 2889f56 commit cb3f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export COMPOSE_PROJECT_NAME=search
export MIGRATIONS_NAMESPACE=MonsieurBiz\\SyliusSearchPlugin\\Migrations
export USER_UID=$(shell id -u)
PLUGIN_NAME=sylius-${COMPOSE_PROJECT_NAME}-plugin
COMPOSE=docker-compose
COMPOSE=docker compose
YARN=yarn

###
Expand Down

0 comments on commit cb3f6e3

Please sign in to comment.