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