geerlingguy / drupal-container

Drupal container for running Drupal sites with Docker, built with Ansible.
https://hub.docker.com/r/geerlingguy/drupal/
44 stars 26 forks source link

Allow skipping Drupal download #15

Closed geerlingguy closed 5 years ago

geerlingguy commented 5 years ago

Add a DRUPAL_DOWNLOAD_IF_NOT_PRESENT environment variable, which defaults to true and can be overridden to skip the download if Drupal's not present.

This is helpful when, for example, someone is using this container and stashing Drupal inside /var/www/html/web... or any other location besides /var/www/html, really.