diff --git a/.env.example b/.env.example index c8344a9..6ce2526 100644 --- a/.env.example +++ b/.env.example @@ -7,6 +7,8 @@ export COMPOSE_PROFILES=web,php,database export DOCKER_WEB_VOLUME=.:/app +export DRUSH_OPTIONS_URI="https://${COMPOSE_PROJECT_NAME}.docker.localhost" + export MYSQL_DATABASE=app export MYSQL_PASSWORD=app export MYSQL_USER=app