mirror of
https://github.com/containous/traefik.git
synced 2025-02-02 09:47:10 +03:00
04958c6951
Co-authored-by: Julien Salleyron <julien@containo.us>
18 lines
269 B
TOML
18 lines
269 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.docker]
|
|
exposedByDefault = false
|
|
defaultRule = "{{ normalize .Name }}.docker.local"
|
|
watch = true
|
|
|
|
[hostResolver]
|
|
cnameFlattening = true
|