From 72077ae2be17e2e205f45a02e75d45c7903df2b7 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Fri, 20 Feb 2026 19:36:21 +0000 Subject: [PATCH] Enable busybox image update notifications --- compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.yml b/compose.yml index e2cf677..8d6261a 100644 --- a/compose.yml +++ b/compose.yml @@ -40,6 +40,10 @@ services: - /etc/group:/etc/group:ro # Mount all named volumes so they can be initialised - data:/data:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" volumes: data: