forked from Ivasoft/traefik
Fix default value of docker client timeout
This commit is contained in:
@@ -68,7 +68,6 @@ func (p *Provider) SetDefaults() {
|
||||
p.Endpoint = "unix:///var/run/docker.sock"
|
||||
p.SwarmMode = false
|
||||
p.SwarmModeRefreshSeconds = ptypes.Duration(15 * time.Second)
|
||||
p.HTTPClientTimeout = ptypes.Duration(32 * time.Second)
|
||||
p.DefaultRule = DefaultTemplateRule
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user