mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Enable service explicitly requested to be restarted
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
1fdbcb6255
commit
32c3d0a3ff
5 changed files with 40 additions and 8 deletions
|
|
@ -213,6 +213,8 @@ type RestartOptions struct {
|
|||
Timeout *time.Duration
|
||||
// Services passed in the command line to be restarted
|
||||
Services []string
|
||||
// NoDeps ignores services dependencies
|
||||
NoDeps bool
|
||||
}
|
||||
|
||||
// StopOptions group options of the Stop API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue