mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
Update pkg/compose/convergence.go
Co-authored-by: Guillaume Lours <705411+glours@users.noreply.github.com> Signed-off-by: Nicolas De loof <nicolas.deloof@gmail.com>
This commit is contained in:
@@ -350,7 +350,7 @@ func (c *convergence) mustRecreate(expected types.ServiceConfig, actual moby.Con
|
||||
}
|
||||
}
|
||||
if !found {
|
||||
// config is up-t-date but container is not connected to network - maybe recreated ?
|
||||
// config is up-to-date but container is not connected to network - maybe recreated ?
|
||||
return true, nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user