15 lines
205 B
TOML
15 lines
205 B
TOML
|
defaultEntryPoints = ["http"]
|
||
|
|
||
|
logLevel = "DEBUG"
|
||
|
|
||
|
[entryPoints]
|
||
|
[entryPoints.http]
|
||
|
address = ":8000"
|
||
|
|
||
|
[api]
|
||
|
|
||
|
[docker]
|
||
|
endpoint = "{{.DockerHost}}"
|
||
|
domain = "docker.localhost"
|
||
|
exposedByDefault = false
|