From 39498b71d0818d523acf9f36e2bfdfa06f287c66 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sun, 14 Jun 2026 13:55:43 -0400 Subject: [PATCH] Sync template with conf: WEEKLY_CONTAINER_UPDATES + MONTHLY_REMAINING_UPDATES --- Deployment/master.conf.template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Deployment/master.conf.template b/Deployment/master.conf.template index 29f6fad..50bb4e9 100644 --- a/Deployment/master.conf.template +++ b/Deployment/master.conf.template @@ -403,10 +403,14 @@ "Media/playback_aware_sonarr_discovery.sh" # behavior-driven TV discovery using TMDB recommendations ) -# Pull updates for all running containers NOT in daily/weekly restart lists. -# Ensures every deployed container receives at least one image pull per week. +# Pull updates for WEEKLY_RESTART_CONTAINERS before docker_weekly_restart.sh runs. # Set false to skip — docker_weekly_restart.sh still runs regardless. - WEEKLY_REMAINING_UPDATES=true + WEEKLY_CONTAINER_UPDATES=true + +# Pull updates for all running containers NOT in daily/weekly managed lists. +# Ensures every deployed container receives at least one image pull per month. +# Set false to skip. + MONTHLY_REMAINING_UPDATES=true # Shares synced during the weekly maintenance window — defined per host in host*.conf. # HOST1_WEEKLY_SYNC_SHARES / HOST2_WEEKLY_SYNC_SHARES