mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-07 17:48:49 +01:00
fix: set nopull param from args
this also fully removes `PullImages` from the client options as it is no longer used.
This commit is contained in:
parent
72e437f173
commit
8f736a371e
3 changed files with 13 additions and 13 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