fix: exclude dawarich database container from dockcheck updates

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 <noreply@anthropic.com>
This commit is contained in:
2025-06-24 11:12:12 -06:00
parent e3f4eb4e95
commit a4fc5f7608

View File

@ -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"