diff --git a/api/libcompose/compose_stack.go b/api/libcompose/compose_stack.go index 33d582f90..5cf1264b6 100644 --- a/api/libcompose/compose_stack.go +++ b/api/libcompose/compose_stack.go @@ -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}) }