forked from Ivasoft/traefik
Fixes docker swarm mode refresh second for KV.
This commit is contained in:
committed by
Traefiker Bot
parent
40bb0cd879
commit
ed293e3058
@@ -235,6 +235,10 @@ func (gc *GlobalConfiguration) SetEffectiveConfiguration(configFile string) {
|
||||
} else {
|
||||
gc.Docker.TemplateVersion = 2
|
||||
}
|
||||
|
||||
if gc.Docker.SwarmModeRefreshSeconds <= 0 {
|
||||
gc.Docker.SwarmModeRefreshSeconds = 15
|
||||
}
|
||||
}
|
||||
|
||||
if gc.Marathon != nil {
|
||||
|
||||
Reference in New Issue
Block a user