traefik/integration/fixtures/docker/simple.toml
Ludovic Fernandez 17ad5153b8 Minor changes
2018-07-03 10:02:03 +02:00

15 lines
204 B
TOML

defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[api]
[docker]
endpoint = "{{.DockerHost}}"
domain = "docker.localhost"
exposedByDefault = true