Update doc

This commit is contained in:
CrazyMax
2020-06-26 19:37:06 +02:00
parent 6f845208d6
commit 6997924b1c

View File

@@ -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
``` ```