traefik/integration/fixtures/docker/simple.toml

16 lines
218 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"
[docker]
# It's dynamagic !
endpoint = "{{.DockerHost}}"
domain = "docker.localhost"
2017-09-07 10:02:03 +00:00
exposedbydefault = true