Skip to content

Commit

Permalink
Merge pull request #14 from maximehuran/feature/rename-docker-compose
Browse files Browse the repository at this point in the history
Use `docker compose` instead of `docker-compose`
  • Loading branch information
maximehuran authored Aug 7, 2024
2 parents 463a4b7 + 4ae0709 commit d8e1915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PluginTemplate/Makefile.twig
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={{ pluginSnakeCaseName }}
PLUGIN_NAME={{ pluginKebabCaseName }}
COMPOSE=docker-compose
COMPOSE=docker compose
YARN=yarn
DOCTRINE_MIGRATIONS_NAMESPACE={{ pluginNamespace }}\Migrations

Expand Down Expand Up @@ -207,7 +207,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 d8e1915

Please sign in to comment.