mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
introduce ability to select service to be stopped by compose down
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
committed by
Nicolas De loof
parent
68c462e607
commit
93bd27a0cc
@@ -232,6 +232,8 @@ type DownOptions struct {
|
||||
Images string
|
||||
// Volumes remove volumes, both declared in the `volumes` section and anonymous ones
|
||||
Volumes bool
|
||||
// Services passed in the command line to be stopped
|
||||
Services []string
|
||||
}
|
||||
|
||||
// ConfigOptions group options of the Config API
|
||||
|
||||
Reference in New Issue
Block a user