mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-01 18:47:26 +01:00
Note about watch_repo setting (#348)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -35,15 +35,13 @@ services:
|
||||
```yaml
|
||||
# /custom-images.yml
|
||||
- name: ghcr.io/crazy-max/diun
|
||||
watch_repo: true
|
||||
- name: alpine
|
||||
watch_repo: true
|
||||
- name: debian:stretch-slim
|
||||
- name: nginx:stable-alpine
|
||||
- name: traefik
|
||||
watch_repo: true
|
||||
include_tags:
|
||||
- ^(0|[1-9]\d*)\..*-alpine
|
||||
- ^(0|[1-9]\d*)\..*
|
||||
```
|
||||
|
||||
Here we use a minimal configuration to analyze **all running containers** (watch by default enabled) of
|
||||
|
||||
Reference in New Issue
Block a user