mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Add --revive-stopped flag to start stopped containers after an update (#403)
* Add --revive-stopped flag to start stopped containers after an update * Update arguments.md
This commit is contained in:
parent
63e5049160
commit
2d8507ca31
4 changed files with 23 additions and 3 deletions
|
@ -97,6 +97,16 @@ Environment Variable: WATCHTOWER_INCLUDE_STOPPED
|
|||
Default: false
|
||||
```
|
||||
|
||||
## Revive stopped
|
||||
Start any stopped containers that have had their image updated. This argument is only usable with the `--include-stopped` argument.
|
||||
|
||||
```
|
||||
Argument: --revive-stopped
|
||||
Environment Variable: WATCHTOWER_REVIVE_STOPPED
|
||||
Type: Boolean
|
||||
Default: false
|
||||
```
|
||||
|
||||
## Poll interval
|
||||
Poll interval (in seconds). This value controls how frequently watchtower will poll for new images.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue