feat(libcompose): set RemoveVolume to false

pull/1988/head
Anthony Lapenna 2018-06-20 18:20:16 +03:00
parent 413ab44dc0
commit 115c1608b9
1 changed files with 1 additions and 1 deletions

View File

@ -87,5 +87,5 @@ func (manager *ComposeStackManager) Down(stack *portainer.Stack, endpoint *porta
return err
}
return proj.Down(context.Background(), options.Down{RemoveVolume: true, RemoveOrphans: true})
return proj.Down(context.Background(), options.Down{RemoveVolume: false, RemoveOrphans: true})
}