16 lines
223 B
TOML
16 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
|