diff --git a/templates/php/drupal/.env.example.twig b/templates/php/drupal/.env.example.twig index ed84f59..4ce83b2 100644 --- a/templates/php/drupal/.env.example.twig +++ b/templates/php/drupal/.env.example.twig @@ -7,6 +7,8 @@ export COMPOSE_PROJECT_NAME={{ name }} export COMPOSE_PROFILES=web,php,database export DOCKER_WEB_VOLUME=.:{{ project_root }} + +export DRUSH_OPTIONS_URI="https://${COMPOSE_PROJECT_NAME}.docker.localhost" {% endif %} export MYSQL_DATABASE=app