mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
feat(libcompose): set RemoveVolume to false
This commit is contained in:
parent
413ab44dc0
commit
115c1608b9
1 changed files with 1 additions and 1 deletions
|
@ -87,5 +87,5 @@ func (manager *ComposeStackManager) Down(stack *portainer.Stack, endpoint *porta
|
||||||
return err
|
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…
Add table
Add a link
Reference in a new issue