14 lines
180 B
TOML
14 lines
180 B
TOML
debug = false
|
|
logLevel = "WARN"
|
|
defaultEntryPoints = ["http"]
|
|
|
|
[api]
|
|
|
|
[docker]
|
|
swarmMode = false
|
|
exposedByDefault = false
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
|