0
0
Fork 0
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:
CrazyMax 2020-06-26 19:37:06 +02:00
parent 6f845208d6
commit 6997924b1c
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

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