mirror of
https://github.com/docker/compose.git
synced 2025-07-22 05:04:27 +02:00
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…
x
Reference in New Issue
Block a user