mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Fix env name
This commit is contained in:
parent
ac7375a1da
commit
a74bc9b1b8
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -63,7 +63,7 @@ func main() {
|
|||
cli.BoolFlag{
|
||||
Name: "no-restart",
|
||||
Usage: "do not restart containers",
|
||||
EnvVar: "WATCHTOWER_NO_PULL",
|
||||
EnvVar: "WATCHTOWER_NO_RESTART",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "cleanup",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue