Skip to content

Commit

Permalink
Support start_period for healthcheck in Docker Compose
Browse files Browse the repository at this point in the history
Signed-off-by: Li Yi <weiyuan.yl@alibaba-inc.com>
  • Loading branch information
denverdino committed Aug 29, 2017
1 parent 2489f46 commit e94b6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/compose/schema/data/config_schema_v3.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
]
},
"timeout": {"type": "string"},
"start_period": {"type": "string"}
"start_period": {"type": "string"}
}
},
"deployment": {
Expand Down

0 comments on commit e94b6c7

Please sign in to comment.