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>
16 lines
233 B
TOML
16 lines
233 B
TOML
|
|
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.docker]
|
|
endpoint = "{{ .DockerHost }}"
|
|
defaultRule = "{{ .DefaultRule }}"
|
|
exposedByDefault = false
|