mirror of
https://github.com/traefik/traefik
synced 2026-02-12 21:28:08 +00:00
17 lines
223 B
TOML
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
|