From 36c5b40dbc96d33c436c0b3421d9fb7b528d4b03 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Tue, 21 Apr 2026 21:55:10 +0100 Subject: [PATCH] Enable diun for init container --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 4954bcd..41c7858 100755 --- a/compose.yml +++ b/compose.yml @@ -431,7 +431,7 @@ services: - luckperms_data:/luckperms_data:rw - duplicati_data:/duplicati_data:rw labels: - diun.enable: "false" + diun.enable: "true" diun.watch_repo: "true" diun.include_tags: "latest"