30 lines
572 B
TOML
30 lines
572 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
logLevel = "ERROR"
|
|
filePath = "traefik.log"
|
|
|
|
[accessLog]
|
|
filePath = "access.log"
|
|
|
|
[entrypoints]
|
|
[entrypoints.web]
|
|
address = ":8000"
|
|
[entrypoints.frontendRedirect]
|
|
address = ":8005"
|
|
[entrypoints.httpFrontendAuth]
|
|
address = ":8006"
|
|
[entrypoints.httpRateLimit]
|
|
address = ":8007"
|
|
[entrypoints.digestAuth]
|
|
address = ":8008"
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.docker]
|
|
exposedByDefault = false
|
|
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
|
|
watch = true
|