mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-23 10:30:12 +01:00
Added dashboard
This commit is contained in:
parent
d744c34886
commit
130429b10a
22 changed files with 2986 additions and 14 deletions
|
|
@ -285,6 +285,16 @@ Environment Variable: WATCHTOWER_HTTP_API_PERIODIC_POLLS
|
|||
Default: false
|
||||
```
|
||||
|
||||
## HTTP Web Dashboard
|
||||
Enables the web dashboard at http://localhost:8001
|
||||
|
||||
```text
|
||||
Argument: --http-web-dashboard
|
||||
Environment Variable: WATCHTOWER_HTTP_WEB_DASHBOARD
|
||||
Type: Boolean
|
||||
Default: false
|
||||
```
|
||||
|
||||
## 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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue