1
0
mirror of https://github.com/containous/traefik.git synced 2025-02-04 17:47:11 +03:00
traefik/provider/docker_windows.go
Stefan Scherer 434596b103 Fix Docker API version for Windows
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
2017-02-04 16:44:10 +01:00

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"
)