Big Refactor
This commit is contained in:
11
templates/watchtower/_default.env
Normal file
11
templates/watchtower/_default.env
Normal file
@ -0,0 +1,11 @@
|
||||
# Service settings
|
||||
CONTAINER_NAME=watchtower
|
||||
|
||||
# Interval in seconds between checks.
|
||||
# Default is 1800 seconds (30 minutes).
|
||||
INTERVAL=1800
|
||||
|
||||
# Image settings
|
||||
IMAGE_REGISTRY="docker.io"
|
||||
IMAGE_REPO="containrrr/watchtower"
|
||||
IMAGE_TAG="latest"
|
Reference in New Issue
Block a user