BradJonesLLC / docker-drupal

Docker scaffolding for Drupal 8
https://drupaldocker.info
GNU General Public License v2.0
39 stars 8 forks source link

Update ddrush wrapper to pass in local URL #14

Closed bradjones1 closed 7 years ago

bradjones1 commented 8 years ago

So self-referential addresses (e.g., drush uli) can be used directly.

bradjones1 commented 7 years ago

This should be accomplished with the move to using the SITE_URL environment variable in the drushrc.php file.