15 lines
229 B
TOML
15 lines
229 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
[entryPoints.http.ForwardedHeaders]
|
|
insecure=true
|
|
[entryPoints.http.ClientIPStrategy]
|
|
depth=2
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.docker]
|