File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1060,6 +1060,9 @@ specification define specific values which MUST be implemented as described if s
1060
1060
network_mode: "service:[service name]"
1061
1061
` ` `
1062
1062
1063
+ When set, `networks` attribute is not allowed and a Compose implementation SHOULD reject any
1064
+ Compose file containing both attributes
1065
+
1063
1066
# ## networks
1064
1067
1065
1068
` networks` defines the networks that service containers are attached to, referencing entries under the
Original file line number Diff line number Diff line change @@ -1311,6 +1311,9 @@ specification define specific values which MUST be implemented as described if s
1311
1311
network_mode: "service:[service name]"
1312
1312
` ` `
1313
1313
1314
+ When set, `networks` attribute is not allowed and a Compose implementation SHOULD reject any
1315
+ Compose file containing both attributes
1316
+
1314
1317
# ## networks
1315
1318
1316
1319
` networks` defines the networks that service containers are attached to, referencing entries under the
You can’t perform that action at this time.
0 commit comments