traefik/old/provider/docker/docker_windows.go
2018-11-14 10:18:03 +01:00

6 lines
152 B
Go

package docker
const (
// DockerAPIVersion is a constant holding the version of the Provider API traefik will use
DockerAPIVersion string = "1.24"
)