From c43b8ee5299a65777b453548aaeef77080f4236f Mon Sep 17 00:00:00 2001 From: Kappeh Date: Tue, 21 Apr 2026 23:22:02 +0100 Subject: [PATCH] Disable diun --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 02e6b8b..9a48a83 100644 --- a/compose.yml +++ b/compose.yml @@ -34,7 +34,7 @@ services: ports: - 8008:8008 labels: - diun.enable: "true" + diun.enable: "false" diun.watch_repo: "true" diun.include_tags: "latest" @@ -65,7 +65,7 @@ services: networks: - synapse_network labels: - diun.enable: "true" + diun.enable: "false" diun.watch_repo: "true" diun.include_tags: "latest"