Преглед изворни кода

Merge pull request #4367 from dnephin/add-missing-network-internal-to-v3

Add missing network.internal to v3 schema.
Joffrey F пре 8 година
родитељ
комит
56e01f25ea
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      compose/config/config_schema_v3.0.json

+ 1 - 0
compose/config/config_schema_v3.0.json

@@ -308,6 +308,7 @@
           },
           "additionalProperties": false
         },
+        "internal": {"type": "boolean"},
         "labels": {"$ref": "#/definitions/list_or_dict"}
       },
       "additionalProperties": false