Skip to content

Commit

Permalink
Merge pull request docker#1378 from londoncalling/compose-file-fixes
Browse files Browse the repository at this point in the history
added missing descriptions for update_config options
  • Loading branch information
londoncalling authored Jan 25, 2017
2 parents c13ddff + bfbfbee commit 8e89b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/compose-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ updates.
- `delay`: The time to wait between updating a group of containers.
- `failure_action`: What to do if an update fails. One of `continue` or `pause`
(default: `pause`).
- `monitor`: TODO
- `max_failure_ratio`: TODO
- `monitor`: Duration after each task update to monitor for failure `(ns|us|ms|s|m|h)` (default 0s).
- `max_failure_ratio`: Failure rate to tolerate during an update.

update_config:
parallelism: 2
Expand Down

0 comments on commit 8e89b43

Please sign in to comment.