Update compose-spec

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
Ulysses Souza 2021-01-19 14:57:59 -03:00
parent 4fa72a066a
commit af4eaae006

View File

@ -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"},