Changes to compose/compose-file/index.md (#4172)

Added 'rollback' to the list in the following bullet:
- `failure_action`: What to do if an update fails. One of `continue`, `rollback`, or `pause` (default: `pause`).
This commit is contained in:
cthomas15 2017-08-11 17:20:22 -06:00 committed by Misty Stanley-Jones
parent 32c82c9a69
commit fad97596eb
1 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,7 @@ updates.
- `parallelism`: The number of containers to update at a time.
- `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`
- `failure_action`: What to do if an update fails. One of `continue`, `rollback`, or `pause`
(default: `pause`).
- `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.