mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
fix: set nopull param from args (#1830)
This commit is contained in:
parent
7fb04d0411
commit
48539c4faf
4 changed files with 18 additions and 17 deletions
|
@ -57,7 +57,6 @@ func NewClient(opts ClientOptions) Client {
|
|||
|
||||
// ClientOptions contains the options for how the docker client wrapper should behave
|
||||
type ClientOptions struct {
|
||||
PullImages bool
|
||||
RemoveVolumes bool
|
||||
IncludeStopped bool
|
||||
ReviveStopped bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue