17 lines
223 B
TOML
17 lines
223 B
TOML
|
logLevel = "DEBUG"
|
||
|
defaultEntryPoints = ["http"]
|
||
|
|
||
|
[entryPoints]
|
||
|
[entryPoints.http]
|
||
|
address = ":8000"
|
||
|
|
||
|
[api]
|
||
|
|
||
|
[docker]
|
||
|
exposedByDefault = false
|
||
|
domain = "docker.local"
|
||
|
watch = true
|
||
|
|
||
|
[hostResolver]
|
||
|
cnameFlattening = true
|