samos123 / docker-drupal

Drupal image based official php image, database information should be passed by environment variables or linked container. Drush is included
34 stars 10 forks source link

Make drush's verbosity configurable by env #19

Closed funkyfuture closed 1 year ago

funkyfuture commented 9 years ago

DRUSH_VERBOSITY and DRUSH_DEBUG, both defaulting to 0

funkyfuture commented 9 years ago

a more general debugging-configuration would also set -x at the beginning of entrypoint.sh for debugging custom images.