mirror of
https://github.com/docker/compose.git
synced 2026-06-29 04:33:41 +00:00
provider services: use '--project-name=' notation
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
8978c1027d
commit
8bc8593fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ func (s *composeService) setupPluginCommand(ctx context.Context, project *types.
|
|||
return nil, err
|
||||
}
|
||||
|
||||
args := []string{"compose", "--project-name", project.Name, command}
|
||||
args := []string{"compose", fmt.Sprintf("--project-name=%s", project.Name), command}
|
||||
for k, v := range provider.Options {
|
||||
for _, value := range v {
|
||||
if _, ok := currentCommandMetadata.GetParameter(k); commandMetadataIsEmpty || ok {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue