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:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user