2017-08-11 11:04:58 +01:00
|
|
|
################################################################
|
|
|
|
# Global configuration
|
|
|
|
################################################################
|
2018-11-27 17:42:04 +01:00
|
|
|
[log]
|
2017-08-11 11:04:58 +01:00
|
|
|
logLevel = "DEBUG"
|
2018-11-27 17:42:04 +01:00
|
|
|
filePath = "traefik.log"
|
2017-10-02 10:32:02 +02:00
|
|
|
|
2018-11-27 17:42:04 +01:00
|
|
|
[global]
|
2017-10-02 10:32:02 +02:00
|
|
|
checkNewVersion = false
|
|
|
|
|
2018-11-27 17:42:04 +01:00
|
|
|
[accessLog]
|
|
|
|
filePath = "access.log"
|
|
|
|
|
2019-03-14 09:30:04 +01:00
|
|
|
[entrypoints]
|
|
|
|
[entrypoints.web]
|
2017-08-11 11:04:58 +01:00
|
|
|
address = ":8000"
|
2018-01-11 10:04:03 +01:00
|
|
|
|
|
|
|
[api]
|
|
|
|
dashboard = false
|
|
|
|
|
2018-11-27 17:42:04 +01:00
|
|
|
[providers]
|
|
|
|
[providers.docker]
|
|
|
|
exposedByDefault = false
|
2019-01-30 16:24:07 +01:00
|
|
|
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
|
2018-11-27 17:42:04 +01:00
|
|
|
watch = true
|