mirror of https://github.com/docker/compose.git
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:
parent
c21d4cfb40
commit
d4fa63fdcb
pkg/compose
|
@ -350,7 +350,7 @@ func (c *convergence) mustRecreate(expected types.ServiceConfig, actual moby.Con
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !found {
|
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
|
return true, nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue