4a68d29ce2
Co-authored-by: Gérald Croës <gerald@containo.us>
25 lines
505 B
TOML
25 lines
505 B
TOML
################################################################
|
|
# Global configuration
|
|
################################################################
|
|
[log]
|
|
logLevel = "DEBUG"
|
|
filePath = "traefik.log"
|
|
|
|
[global]
|
|
checkNewVersion = false
|
|
|
|
[accessLog]
|
|
filePath = "access.log"
|
|
|
|
[entrypoints]
|
|
[entrypoints.web]
|
|
address = ":8000"
|
|
|
|
[api]
|
|
dashboard = false
|
|
|
|
[providers]
|
|
[providers.docker]
|
|
exposedByDefault = false
|
|
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
|
|
watch = true
|