mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
url query parameters
This commit is contained in:
parent
1b898dbc70
commit
01d33436ac
1 changed files with 6 additions and 0 deletions
|
@ -35,3 +35,9 @@ Notice that there is an environment variable named WATCHTOWER_HTTP_API_TOKEN. To
|
|||
```bash
|
||||
curl -H "Authorization: Bearer mytoken" localhost:8080/v1/update
|
||||
```
|
||||
|
||||
To update only specific images, the image names can be provided as url query parameters.
|
||||
|
||||
```bash
|
||||
curl -H "Authorization: Bearer mytoken" localhost:8080/v1/update?image=foo/bar,foo/baz
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue