1
0
mirror of https://github.com/containous/traefik.git synced 2025-02-15 05:57:34 +03:00
2017-11-28 13:58:04 +01:00

18 lines
225 B
TOML

defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[web]
[docker]
# It's dynamagic !
endpoint = "{{.DockerHost}}"
domain = "docker.localhost"
exposedbydefault = true