Signed-off-by: Nicolas De Loof <[email protected]>
@@ -32,6 +32,7 @@ func ServiceHash(o types.ServiceConfig) (string, error) {
if o.Deploy != nil {
o.Deploy.Replicas = nil
}
+ o.DependsOn = nil
bytes, err := json.Marshal(o)
if err != nil {