Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Update docker.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Aug 21, 2022
1 parent 8c50dcb commit faa01a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ import (

func init() {
module.Register("docker", module.Creator{
Defaults: module.Defaults{
UpdateEvery: 5,
},
Create: func() module.Module { return New() },
})
}
Expand Down

0 comments on commit faa01a2

Please sign in to comment.