mirror of
https://github.com/docker/compose.git
synced 2025-07-21 12:44:54 +02:00
Add sysctls option to 3.0 schema
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
82230071d5
commit
eb6441c8e3
@ -167,6 +167,7 @@
|
||||
"restart": {"type": "string"},
|
||||
"security_opt": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
|
||||
"shm_size": {"type": ["number", "string"]},
|
||||
"sysctls": {"$ref": "#/definitions/list_or_dict"},
|
||||
"stdin_open": {"type": "boolean"},
|
||||
"stop_signal": {"type": "string"},
|
||||
"stop_grace_period": {"type": "string", "format": "duration"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user