[docker backend] - Add config flag to set refreshSeconds for swarmmode ticker
This commit is contained in:
parent
2f65572247
commit
3b01488c8d
3 changed files with 19 additions and 11 deletions
|
@ -73,6 +73,13 @@ usebindportip = true
|
|||
#
|
||||
swarmMode = false
|
||||
|
||||
# Polling interval (in seconds) for Swarm Mode.
|
||||
#
|
||||
# Optional
|
||||
# Default: 15
|
||||
#
|
||||
swarmModeRefreshSeconds = 15
|
||||
|
||||
# Define a default docker network to use for connections to all containers.
|
||||
# Can be overridden by the traefik.docker.network label.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue