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