mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
also (re)start dependent services after watch rebuilt image
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
23fef850b9
commit
cf89fd1aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ func (s *composeService) rebuild(ctx context.Context, project *types.Project, se
|
|||
return err
|
||||
}
|
||||
|
||||
p, err := project.WithSelectedServices(services)
|
||||
p, err := project.WithSelectedServices(services, types.IncludeDependents)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue