소스 검색

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