mirror of
https://github.com/containous/traefik.git
synced 2024-12-23 17:34:13 +03:00
3f293ee25b
Makes it simpler to manage :) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
7 lines
152 B
Go
7 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"
|
|
)
|