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: