mirror of
https://github.com/crazy-max/diun.git
synced 2025-04-14 07:08:32 +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"
|
!!! example "v1"
|
||||||
```yaml
|
```yaml
|
||||||
watch:
|
regopts:
|
||||||
os: linux
|
|
||||||
arch: amd64
|
|
||||||
|
|
||||||
registries:
|
|
||||||
someregistryoptions:
|
someregistryoptions:
|
||||||
username: foo
|
username: foo
|
||||||
password: bar
|
password: bar
|
||||||
timeout: 20
|
timeout: 20
|
||||||
|
|
||||||
items:
|
image:
|
||||||
- image: docker.io/crazymax/nextcloud:latest
|
- name: docker.io/crazymax/nextcloud:latest
|
||||||
registry_id: someregistryoptions
|
regopts_id: someregistryoptions
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue