Update referenced links

This commit is contained in:
Nick Fedor 2025-02-08 12:12:29 -07:00 committed by GitHub
parent 0f049a9672
commit 4a0e32d0b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.