mirror of
https://github.com/containous/traefik.git
synced 2025-01-11 05:17:52 +03:00
4a68d29ce2
Co-authored-by: Gérald Croës <gerald@containo.us>
18 lines
276 B
TOML
18 lines
276 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entrypoints]
|
|
[entrypoints.web]
|
|
address = ":8000"
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.docker]
|
|
exposedByDefault = false
|
|
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
|
|
watch = true
|
|
|
|
[hostResolver]
|
|
cnameFlattening = true
|