Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b5827d4

Browse files
committed
pass --force and --volumes options to backend
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 0e67d3a commit b5827d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/compose/remove.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,7 @@ func runRemove(ctx context.Context, backend api.Service, opts removeOptions, ser
7171

7272
return backend.Remove(ctx, project, api.RemoveOptions{
7373
Services: services,
74+
Force: opts.force,
75+
Volumes: opts.volumes,
7476
})
7577
}

0 commit comments

Comments
 (0)