Merge pull request #8043 from docker/update-compose-spec

Update compose-spec
This commit is contained in:
Anca Iordache 2021-01-19 19:00:43 +01:00 committed by GitHub
commit 8f2bb66e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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