1
0
mirror of https://github.com/containous/traefik.git synced 2025-02-02 09:47:10 +03:00

16 lines
232 B
TOML
Raw Normal View History

2018-07-03 10:02:03 +02:00
[log]
2018-07-03 10:02:03 +02:00
logLevel = "DEBUG"
[entrypoints]
[entrypoints.web]
2018-07-03 10:02:03 +02:00
address = ":8000"
[api]
[providers]
[providers.docker]
endpoint = "{{ .DockerHost }}"
defaultRule = "{{ .DefaultRule }}"
exposedByDefault = false