mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-29 21:28:49 +01:00
additional lint fixes
This commit is contained in:
parent
30785c8ca6
commit
57c42fd7bd
3 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// cmd contains the watchtower (sub-)commands
|
||||
// Package cmd contains the watchtower (sub-)commands
|
||||
package cmd
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ docker run -d \
|
|||
containrrr/watchtower
|
||||
```
|
||||
|
||||
|
||||
## Legacy notifications
|
||||
|
||||
For backwards compatibility, the notifications can also be configured using legacy notification options. These will automatically be converted to shoutrrr URLs when used.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// container package contains code related to dealing with docker containers
|
||||
// Package container contains code related to dealing with docker containers
|
||||
package container
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue