mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
spelling
This commit is contained in:
parent
d4ed202ce8
commit
025ec0e87b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ Notice that there is an environment variable named WATCHTOWER_HTTP_API_TOKEN. To
|
||||||
curl -H "Authorization: Bearer mytoken" localhost:8080/v1/update
|
curl -H "Authorization: Bearer mytoken" localhost:8080/v1/update
|
||||||
```
|
```
|
||||||
|
|
||||||
To update only specific images, the image names can be provided as url query parameters.
|
In order to update only certain images, the image names can be provided as URL query parameters.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -H "Authorization: Bearer mytoken" localhost:8080/v1/update?image=foo/bar,foo/baz
|
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