mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
Sync composefile v3.2 schema with docker/cli
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
eab333adb1
commit
1610af7e9f
@ -170,7 +170,8 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{"type": ["string", "number"], "format": "ports"},
|
{"type": "number", "format": "ports"},
|
||||||
|
{"type": "string", "format": "ports"},
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@ -249,6 +250,7 @@
|
|||||||
"source": {"type": "string"},
|
"source": {"type": "string"},
|
||||||
"target": {"type": "string"},
|
"target": {"type": "string"},
|
||||||
"read_only": {"type": "boolean"},
|
"read_only": {"type": "boolean"},
|
||||||
|
"consistency": {"type": "string"},
|
||||||
"bind": {
|
"bind": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user