Skip to content

Commit

Permalink
Set the default URL for Drush to use when
Browse files Browse the repository at this point in the history
...executing commands
  • Loading branch information
opdavies committed Jun 27, 2024
1 parent e00140d commit bb9820e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/php/drupal/.env.example.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb9820e

Please sign in to comment.