traefik/integration/fixtures/docker/simple.toml

18 lines
225 B
TOML
Raw Normal View History

2016-02-01 11:07:05 +01:00
defaultEntryPoints = ["http"]
logLevel = "DEBUG"
2016-02-01 11:07:05 +01:00
[entryPoints]
[entryPoints.http]
address = ":8000"
2017-11-28 13:58:04 +01:00
[web]
[docker]
# It's dynamagic !
endpoint = "{{.DockerHost}}"
domain = "docker.localhost"
2017-09-07 03:02:03 -07:00
exposedbydefault = true