fix(compose): use project in compose start options (#1477)
This commit is contained in:
@@ -142,7 +142,11 @@ func (c *ComposeDeployer) Deploy(ctx context.Context, filePaths []string, option
|
||||
|
||||
project = project.WithoutUnnecessaryResources()
|
||||
|
||||
var opts api.UpOptions
|
||||
opts := api.UpOptions{
|
||||
Start: api.StartOptions{
|
||||
Project: project,
|
||||
},
|
||||
}
|
||||
if options.ForceRecreate {
|
||||
opts.Create.Recreate = api.RecreateForce
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user