Browse Source

Add missing network.internal to v3 schema.

Signed-off-by: Daniel Nephin <[email protected]>
Daniel Nephin 8 years ago
parent
commit
644e1716c3
1 changed files with 1 additions and 0 deletions
  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