|
logLevel = "DEBUG"
|
|
defaultEntryPoints = ["http"]
|
|
|
|
[api]
|
|
# Port for the status/dashboard page
|
|
dashboard = true
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
|
|
[docker]
|
|
endpoint = "unix:///var/run/docker.sock"
|
|
domain = "docker.localhost"
|
|
exposedByDefault = false
|