Skip to content
Snippets Groups Projects
Commit e66746e7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add support to replace environment variables

parent a442ff25
No related branches found
Tags v1.7.0
No related merge requests found
......@@ -332,7 +332,7 @@ class Handler {
'enable' => 0,
],
], $extra['docker4drupal']);
return $options;
return $env->replaceEnvironmentVariables($options);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment