mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-30 12:35:15 +01:00
Add more update test when label take precedence is true.
Fix issue in arguments.md
This commit is contained in:
parent
85f960c5eb
commit
0baaf647f1
2 changed files with 47 additions and 4 deletions
|
|
@ -238,8 +238,7 @@ Environment Variable: WATCHTOWER_MONITOR_ONLY
|
|||
|
||||
Note that monitor-only can also be specified on a per-container basis with the `com.centurylinklabs.watchtower.monitor-only` label set on those containers.
|
||||
|
||||
See [With label taking precedence over arguments](##With label taking precedence over arguments) for behavior when both agument and label are set
|
||||
|
||||
See [With label taking precedence over arguments](#With-label-taking-precedence-over-arguments) for behavior when both argument and label are set
|
||||
|
||||
## With label taking precedence over arguments
|
||||
|
||||
|
|
@ -278,7 +277,7 @@ Environment Variable: WATCHTOWER_NO_PULL
|
|||
Note that no-pull can also be specified on a per-container basis with the
|
||||
`com.centurylinklabs.watchtower.no-pull` label set on those containers.
|
||||
|
||||
See [With label taking precedence over arguments](##With label taking precedence over arguments) for behavior when both agument and label are set
|
||||
See [With label taking precedence over arguments](#With-label-taking-precedence-over-arguments) for behavior when both argument and label are set
|
||||
|
||||
## Without sending a startup message
|
||||
Do not send a message after watchtower started. Otherwise there will be an info-level notification.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue