forked from SW/traefik
[docker backend] - Add config flag to set refreshSeconds for swarmmode ticker
This commit is contained in:
committed by
Traefiker Bot
parent
7a93bcc869
commit
9d26839e54
@@ -46,6 +46,7 @@ func NewTraefikDefaultPointersConfiguration() *TraefikConfiguration {
|
||||
defaultDocker.ExposedByDefault = true
|
||||
defaultDocker.Endpoint = "unix:///var/run/docker.sock"
|
||||
defaultDocker.SwarmMode = false
|
||||
defaultDocker.SwarmModeRefreshSeconds = 15
|
||||
|
||||
// default File
|
||||
var defaultFile file.Provider
|
||||
|
||||
Reference in New Issue
Block a user