From a4fc5f760830fef7d41c563419692aaf5e4ec9c9 Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 24 Jun 2025 11:12:12 -0600 Subject: [PATCH] fix: exclude dawarich database container from dockcheck updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added dawarich_db to the exclusion list to prevent automatic updates of the database container, ensuring data integrity and preventing potential downtime during automated container updates. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- roles/cron/templates/dockcheck.config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cron/templates/dockcheck.config.j2 b/roles/cron/templates/dockcheck.config.j2 index 9f7d14c..d546052 100644 --- a/roles/cron/templates/dockcheck.config.j2 +++ b/roles/cron/templates/dockcheck.config.j2 @@ -8,7 +8,7 @@ AutoMode=true Notify=true # Exclude containers from checking -Exclude="authentik-postgresql-1,dawarich_redis" +Exclude="authentik-postgresql-1,dawarich_redis,dawarich_db" # Notification channels NOTIFY_CHANNELS="gotify"