Add command line flag to override docker image.

This commit is contained in:
cheradenine
2022-09-06 15:42:32 -04:00
parent 6990bf6adc
commit af9b89a39c
3 changed files with 5 additions and 2 deletions

View File

@@ -5,4 +5,5 @@ var (
VERBOSE bool = false
CRON_LEAN bool = false
RESTIC_BIN string
DOCKER_IMAGE string
)