mirror of
https://github.com/crazy-max/diun.git
synced 2025-04-04 19:45:20 +00:00
Update doc
This commit is contained in:
parent
6f845208d6
commit
6997924b1c
1 changed files with 6 additions and 8 deletions
|
@ -27,17 +27,15 @@ Some fields in configuration file has been changed:
|
|||
|
||||
!!! example "v1"
|
||||
```yaml
|
||||
watch:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
registries:
|
||||
regopts:
|
||||
someregistryoptions:
|
||||
username: foo
|
||||
password: bar
|
||||
timeout: 20
|
||||
|
||||
items:
|
||||
- image: docker.io/crazymax/nextcloud:latest
|
||||
registry_id: someregistryoptions
|
||||
image:
|
||||
- name: docker.io/crazymax/nextcloud:latest
|
||||
regopts_id: someregistryoptions
|
||||
os: linux
|
||||
arch: amd64
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue