traefik/integration/fixtures/docker/simple.toml

15 lines
204 B
TOML
Raw Normal View History

2016-02-01 10:07:05 +00:00
defaultEntryPoints = ["http"]
logLevel = "DEBUG"
2016-02-01 10:07:05 +00:00
[entryPoints]
[entryPoints.http]
address = ":8000"
[api]
2017-11-28 12:58:04 +00:00
[docker]
endpoint = "{{.DockerHost}}"
domain = "docker.localhost"
2018-04-06 07:38:03 +00:00
exposedByDefault = true