1
0

Enable docker image update notifications
All checks were successful
Deploy / Deploy (push) Successful in 22s

This commit is contained in:
2026-02-20 20:10:46 +00:00
parent fe7725e4f5
commit 8e3a4a23aa

View File

@@ -16,6 +16,10 @@ services:
volumes:
- config:/config:rw
- /mnt/home_assistant_1/backups:/config/backups:rw
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
init:
image: busybox:1.37.0
@@ -30,6 +34,10 @@ services:
- /etc/group:/etc/group:ro
# Mount all named volumes so they can be initialised
- config:/config:rw
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
volumes:
config: