From 5ffdd52376de64ff61e96c39912ecf8ba7ece85a Mon Sep 17 00:00:00 2001 From: Kappeh Date: Thu, 2 Apr 2026 00:12:57 +0100 Subject: [PATCH] Enable diun --- compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/compose.yml b/compose.yml index b73c445..91ed902 100644 --- a/compose.yml +++ b/compose.yml @@ -12,6 +12,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" wireguard: image: linuxserver/wireguard:1.0.20250521 @@ -42,6 +46,10 @@ services: volumes: - config:/config # - /lib/modules:/lib/modules + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" networks: wireguard_network: