traefik/integration/fixtures/docker/minimal.toml

15 lines
205 B
TOML
Raw Normal View History

2018-07-03 08:02:03 +00:00
defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[api]
[docker]
endpoint = "{{.DockerHost}}"
domain = "docker.localhost"
exposedByDefault = false