traefik/integration/fixtures/docker/simple.toml

15 lines
194 B
TOML
Raw Normal View History

2016-02-01 10:07:05 +00:00
defaultEntryPoints = ["http"]
[entryPoints]
[entryPoints.http]
address = ":8000"
logLevel = "DEBUG"
[docker]
# It's dynamagic !
endpoint = "{{.DockerHost}}"
domain = "docker.localhost"