Add command line flag to override docker image. (#233)

This commit is contained in:
John Burkhardt
2022-09-13 09:04:12 -04:00
committed by GitHub
parent a89ba5a40a
commit 83eeb847ac
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
)