mirror of
https://github.com/docker/compose.git
synced 2025-07-22 21:24:38 +02:00
pass --force and --volumes options to backend
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
0e67d3a35e
commit
b5827d4a86
@ -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