mirror of
https://github.com/traefik/traefik
synced 2026-02-12 12:08:09 +00:00
7 lines
163 B
Go
7 lines
163 B
Go
// +build windows
|
|
|
|
package opts
|
|
|
|
// DefaultHost constant defines the default host string used by docker on Windows
|
|
var DefaultHost = "npipe://" + DefaultNamedPipe
|