Skip to content

Commit 6c6208b

Browse files
committed
ENGDOCS-2549
1 parent ee115ae commit 6c6208b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/compose-file/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ deploy:
256256
- `delay`: How long to wait between restart attempts, specified as a [duration](extension.md#specifying-durations). The default is 0, meaning restart attempts can occur immediately.
257257
- `max_attempts`: The maximum number of failed restart attempts allowed before giving up. (Default: unlimited retries.)
258258
A failed attempt only counts toward `max_attempts` if the container does not successfully restart within the time defined by `window`.
259-
For example, if `max_attempts` is set to `2` and the container fails to restart within the window on the first try, the system will continue retrying until two such failed attempts occur, even if that means trying more than twice.
259+
For example, if `max_attempts` is set to `2` and the container fails to restart within the window on the first try, Compose continues retrying until two such failed attempts occur, even if that means trying more than twice.
260260
- `window`: The amount of time to wait after a restart to determine whether it was successful, specified as a [duration](extension.md#specifying-durations) (default: the result is evaluated immediately after the restart).
261261

262262
```yml

0 commit comments

Comments
 (0)