Include Docksal services
This commit is contained in:
parent
08f29acf5c
commit
dbeee034e2
2 changed files with 2 additions and 0 deletions
drupal/web/sites/default/environments
|
@ -7,3 +7,5 @@ $databases['default']['default'] = [
|
|||
'username' => getenv('MYSQL_USER'),
|
||||
'password' => getenv('MYSQL_PASSWORD'),
|
||||
];
|
||||
|
||||
$settings['container_yamls'][] = __DIR__ . '/services.docksal.yml';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue