Sync template with conf: WEEKLY_CONTAINER_UPDATES + MONTHLY_REMAINING_UPDATES
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user