traefik/integration/fixtures/simple_hostresolver.toml
2018-07-03 16:44:05 +02:00

17 lines
223 B
TOML

logLevel = "DEBUG"
defaultEntryPoints = ["http"]
[entryPoints]
[entryPoints.http]
address = ":8000"
[api]
[docker]
exposedByDefault = false
domain = "docker.local"
watch = true
[hostResolver]
cnameFlattening = true