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