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 640fc7d commit c287563Copy full SHA for c287563
scompose/config/schema.py
@@ -56,6 +56,7 @@ def validate_config(filepath):
56
"properties": {
57
"allocate_ip": {"type": "boolean"},
58
"enable": {"type": "boolean"},
59
+ "type": {"type": "string"},
60
# --network-args
61
"args": string_list,
62
},
0 commit comments