mirror of
https://github.com/docker/compose.git
synced 2026-07-11 02:34:25 +00:00
Update compose-spec
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
4fa72a066a
commit
af4eaae006
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@
|
|||
"privileged": {"type": "boolean"},
|
||||
"profiles": {"$ref": "#/definitions/list_of_strings"},
|
||||
"pull_policy": {"type": "string", "enum": [
|
||||
"always", "never", "if_not_present"
|
||||
"always", "never", "if_not_present", "build"
|
||||
]},
|
||||
"read_only": {"type": "boolean"},
|
||||
"restart": {"type": "string"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue