2025-03-30 13:31:34 +02:00
|
|
|
### Custom user variables
|
|
|
|
|
# Copy this file to "dockcheck.config" to make it active
|
|
|
|
|
# Can be placed in ~/.config/ or alongside dockcheck.sh
|
|
|
|
|
#
|
|
|
|
|
# Uncomment and set your preferred configuration variables here
|
|
|
|
|
# This will not be replaced on updates
|
|
|
|
|
|
|
|
|
|
#Timeout=10 # Set a timeout (in seconds) per container for registry checkups.
|
2025-04-10 12:03:03 +02:00
|
|
|
#MaxAsync=10 # Set max asynchronous subprocesses, 1 default, 0 to disable.
|
2025-03-30 13:31:34 +02:00
|
|
|
#BarWidth=50 # The character width of the progress bar
|
|
|
|
|
#AutoMode=true # Automatic updates, without interaction.
|
|
|
|
|
#DontUpdate=true # No updates; only checking availability without interaction.
|
2025-04-10 12:03:03 +02:00
|
|
|
#AutoPrune=true # Auto-Prune dangling images after update.
|
|
|
|
|
#AutoSelfUpdate=true # Allow automatic self updates - caution as this will pull new code and autorun it.
|
|
|
|
|
#Notify=true # Inform - send a preconfigured notification.
|
2025-03-30 13:31:34 +02:00
|
|
|
#Exclude="one,two" # Exclude containers, separated by comma.
|
|
|
|
|
#DaysOld="5" # Only update to new images that are N+ days old. Lists too recent with +prefix and age. 2xSlower.
|
|
|
|
|
#Stopped="-a" # Include stopped containers in the check. (Logic: docker ps -a).
|
2025-04-10 12:03:03 +02:00
|
|
|
#OnlyLabel=true # Only update if label is set. See readme.
|
2025-05-11 20:50:09 +02:00
|
|
|
#ForceRestartStacks=true # Force stop+start stack after update. Caution: restarts once for every updated container within stack.
|
2025-04-10 12:03:03 +02:00
|
|
|
#DRunUp=true # Allow updating images for docker run, wont update the container.
|
|
|
|
|
#MonoMode=true # Monochrome mode, no printf colour codes and hides progress bar.
|
|
|
|
|
#PrintReleaseURL=true # Prints custom releasenote urls alongside each container with updates (requires urls.list)`
|
2025-05-11 20:50:09 +02:00
|
|
|
#PrintMarkdownURL=true # Prints custom releasenote urls as markdown
|
|
|
|
|
#OnlySpecific=true # Only compose up the specific container, not the whole compose. (useful for master-compose structure).
|