mirror of https://github.com/portainer/portainer
feat(libcompose): set RemoveVolume to false
parent
413ab44dc0
commit
115c1608b9
|
@ -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})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue