Use new compose command

This commit is contained in:
Yassine Guedidi
2024-11-19 22:09:56 +01:00
parent 0e836a3d87
commit 74a2a08232
3 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ else
override ENV = prod
endif
DOCKER_COMPOSE_RUNNING := $(shell docker-compose ps -q | grep -q . && echo 1 || echo 0)
DOCKER_COMPOSE_RUNNING := $(shell docker compose ps -q | grep -q . && echo 1 || echo 0)
ifeq ($(DOCKER_COMPOSE_RUNNING), 1)
PHP := docker compose run --rm php php