mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-15 14:40:13 +01:00
remove duplicated log file
This commit is contained in:
parent
90a8b2a709
commit
d7e4a7caf1
1 changed files with 0 additions and 1 deletions
|
|
@ -192,7 +192,6 @@ func (client dockerClient) StopContainer(c t.Container, timeout time.Duration) e
|
|||
shortID := c.ID().ShortID()
|
||||
|
||||
if c.IsRunning() {
|
||||
log.Infof("Stopping %s (%s) with %s", c.Name(), shortID, signal)
|
||||
var maxWaitSeconds int = int(timeout.Milliseconds())
|
||||
stopOptions := container.StopOptions{
|
||||
Signal: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue