traefik/provider/docker/docker_unix.go
Ludovic Fernandez 17ad5153b8 Minor changes
2018-07-03 10:02:03 +02:00

9 lines
165 B
Go

// +build !windows
package docker
const (
// DockerAPIVersion is a constant holding the version of the Provider API traefik will use
DockerAPIVersion = "1.21"
)