traefik/integration/fixtures/docker/simple.toml

18 lines
225 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"
2017-11-28 12:58:04 +00:00
[web]
[docker]
# It's dynamagic !
endpoint = "{{.DockerHost}}"
domain = "docker.localhost"
2017-09-07 10:02:03 +00:00
exposedbydefault = true