We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eececb9 commit 513b612Copy full SHA for 513b612
pkg/compose/hash.go
@@ -33,6 +33,7 @@ func ServiceHash(o types.ServiceConfig) (string, error) {
33
o.Deploy.Replicas = nil
34
}
35
o.DependsOn = nil
36
+ o.Profiles = nil
37
38
bytes, err := json.Marshal(o)
39
if err != nil {
0 commit comments