From 018d97390a139c0e086477723b254394eab92ec9 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Fri, 20 Feb 2026 20:54:16 +0000 Subject: [PATCH] Enable docker image update notifications --- compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.yml b/compose.yml index 33f781e..6c57781 100644 --- a/compose.yml +++ b/compose.yml @@ -37,6 +37,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" networks: mosquitto_network: