traefik/integration/fixtures/simple_hostresolver.toml
2019-07-01 11:30:05 +02:00

22 lines
337 B
TOML

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
[entryPoints]
[entryPoints.web]
address = ":8000"
[api]
[providers]
[providers.docker]
exposedByDefault = false
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
watch = true
[hostResolver]
cnameFlattening = true