1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

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