We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482612c commit 4207140Copy full SHA for 4207140
Makefile
@@ -11,7 +11,7 @@ test: ## Run tests. Params: {{ v=5.6 }}. Default latest PHP 5.6
11
make down
12
13
down: ## Stop and remove containers, networks
14
- docker-compose down
+ docker compose down
15
16
benchmark: ## Run benchmark. Params: {{ v=5.6 }}. Default latest PHP 5.6
17
PHP_VERSION=$(filter-out $@,$(v)) docker compose build --pull yii2-queue-php
0 commit comments