From 1d798a5e82bb17eb9be355b7d0ad6929457a5485 Mon Sep 17 00:00:00 2001 From: Maxime Huran Date: Fri, 30 Aug 2024 09:56:12 +0200 Subject: [PATCH] Rename docker compose --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 782df10b..ecb1afd7 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ export COMPOSE_PROJECT_NAME=settings export MIGRATIONS_NAMESPACE=MonsieurBiz\\SyliusSettingsPlugin\\Migrations export USER_UID=$(shell id -u) PLUGIN_NAME=sylius-${COMPOSE_PROJECT_NAME}-plugin -COMPOSE=docker-compose +COMPOSE=docker compose YARN=yarn ###