mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-12 19:07:24 +00:00
Add healthcheck start-interval option (#848)
This commit is contained in:
@@ -938,6 +938,7 @@ OPTION_HEALTHCHECK = (
|
||||
interval=dict(type='str'),
|
||||
timeout=dict(type='str'),
|
||||
start_period=dict(type='str'),
|
||||
start_interval=dict(type='str'),
|
||||
retries=dict(type='int'),
|
||||
))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user