-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--no-plugins option not working #3
Comments
FYI @hussainweb |
Even after adding the tooling I got the error. name: standup-bot-rest
recipe: drupal8
config:
webroot: web
xdebug: true
config:
php: .lando.php.ini
services:
appserver:
type: php
build_as_root:
- pecl install ds
- docker-php-ext-enable ds
tooling:
db-docker:
service: appserver
description: Runs composer db-docker command
cmd: composer db-docker |
@subhojit777, since Another note: Since |
Thanks for the clarification. This can be closed in that case. Let's update the README as per #4 |
Steps to replicate:
db-docker
as per the installation steps https://github.com/axelerant/db-docker#installationlando composer db-docker --no-plugins
Command "db-docker" is not defined
.I am using Docker Desktop version 2.3.0.3 (45519) on Mac
The text was updated successfully, but these errors were encountered: