mirror of https://github.com/docker/compose.git
Merge pull request #1846 from ndeloof/rm_force
This commit is contained in:
commit
f63ded4a0b
|
@ -71,5 +71,7 @@ func runRemove(ctx context.Context, backend api.Service, opts removeOptions, ser
|
|||
|
||||
return backend.Remove(ctx, project, api.RemoveOptions{
|
||||
Services: services,
|
||||
Force: opts.force,
|
||||
Volumes: opts.volumes,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue