mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
Update compose-spec
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
4fa72a066a
commit
af4eaae006
@ -330,7 +330,7 @@
|
|||||||
"privileged": {"type": "boolean"},
|
"privileged": {"type": "boolean"},
|
||||||
"profiles": {"$ref": "#/definitions/list_of_strings"},
|
"profiles": {"$ref": "#/definitions/list_of_strings"},
|
||||||
"pull_policy": {"type": "string", "enum": [
|
"pull_policy": {"type": "string", "enum": [
|
||||||
"always", "never", "if_not_present"
|
"always", "never", "if_not_present", "build"
|
||||||
]},
|
]},
|
||||||
"read_only": {"type": "boolean"},
|
"read_only": {"type": "boolean"},
|
||||||
"restart": {"type": "string"},
|
"restart": {"type": "string"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user