mirror of
https://github.com/containous/traefik.git
synced 2025-02-04 17:47:11 +03:00
434596b103
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
7 lines
152 B
Go
7 lines
152 B
Go
package provider
|
|
|
|
const (
|
|
// DockerAPIVersion is a constant holding the version of the Docker API traefik will use
|
|
DockerAPIVersion string = "1.24"
|
|
)
|