mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 23:20:12 +01:00
Add a configuration handle for receiving the URL for the callback
This commit is contained in:
parent
a2ba221ad3
commit
0f05a82284
1 changed files with 5 additions and 0 deletions
|
|
@ -164,5 +164,10 @@ func SetupCliFlags(app *cli.App) {
|
||||||
Usage: "Will also include created and exited containers",
|
Usage: "Will also include created and exited containers",
|
||||||
EnvVar: "WATCHTOWER_INCLUDE_STOPPED",
|
EnvVar: "WATCHTOWER_INCLUDE_STOPPED",
|
||||||
},
|
},
|
||||||
|
cli.BoolFlag{
|
||||||
|
Name: "url-callback",
|
||||||
|
Usage: "URL to callback for out of band updating",
|
||||||
|
EnvVar: "WATCHTOWER_URL_CALLBACK",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue