[docker backend] - Add config flag to set refreshSeconds for swarmmode ticker

This commit is contained in:
Thomas Krzero 2018-11-27 17:44:04 +01:00 committed by Traefiker Bot
parent 2f65572247
commit 3b01488c8d
3 changed files with 19 additions and 11 deletions

View file

@ -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.
#