From 2cee0a66c83c7526cc1203d9bd68f318d7f4e757 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 27 Jun 2024 12:16:51 +0100 Subject: [PATCH] Update build configuration files --- .env.example | 2 ++ 1 file changed, 2 insertions(+) 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