mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Update referenced links
This commit is contained in:
parent
0f049a9672
commit
4a0e32d0b8
1 changed files with 3 additions and 3 deletions
|
@ -264,7 +264,7 @@ Environment Variable: WATCHTOWER_DISABLE_CONTAINERS
|
|||
## Without updating containers
|
||||
|
||||
Will only monitor for new images, send notifications and invoke
|
||||
the [pre-check/post-check hooks](https://containrrr.dev/watchtower/lifecycle-hooks/), but will **not** update the
|
||||
the [pre-check/post-check hooks](https://nicholas-fedor.github.io/watchtower/lifecycle-hooks/), but will **not** update the
|
||||
containers.
|
||||
|
||||
!!! note
|
||||
|
@ -350,7 +350,7 @@ Environment Variable: WATCHTOWER_RUN_ONCE
|
|||
## HTTP API Mode
|
||||
|
||||
Runs Watchtower in HTTP API mode, only allowing image updates to be triggered by an HTTP request.
|
||||
For details see [HTTP API](https://containrrr.dev/watchtower/http-api-mode).
|
||||
For details see [HTTP API](https://nicholas-fedor.github.io/watchtower/http-api-mode).
|
||||
|
||||
```text
|
||||
Argument: --http-api-update
|
||||
|
@ -385,7 +385,7 @@ Environment Variable: WATCHTOWER_HTTP_API_PERIODIC_POLLS
|
|||
## Filter by scope
|
||||
|
||||
Update containers that have a `com.centurylinklabs.watchtower.scope` label set with the same value as the given argument.
|
||||
This enables [running multiple instances](https://containrrr.dev/watchtower/running-multiple-instances).
|
||||
This enables [running multiple instances](https://nicholas-fedor.github.io/watchtower/running-multiple-instances).
|
||||
|
||||
!!! note "Filter by lack of scope"
|
||||
If you want other instances of watchtower to ignore the scoped containers, set this argument to `none`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue