mirror of
https://github.com/containous/traefik.git
synced 2025-03-12 20:58:23 +03:00
9 lines
165 B
Go
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"
|
|
)
|