README
This commit is contained in:
parent
f0985c1514
commit
e81fa28062
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -45,17 +45,20 @@ Here is a sample configuration TOML file:
|
|||
```toml
|
||||
port = ":80"
|
||||
graceTimeOut = 10
|
||||
traefikLogsFile = "log/traefik.log"
|
||||
traefikLogsStdout = true
|
||||
accessLogsFile = "log/access.log"
|
||||
logLevel = "DEBUG"
|
||||
traefikLogsStdout = true
|
||||
# traefikLogsFile = "log/traefik.log"
|
||||
# accessLogsFile = "log/access.log"
|
||||
# CertFile = "traefik.crt"
|
||||
# KeyFile = "traefik.key"
|
||||
|
||||
[docker]
|
||||
endpoint = "unix:///var/run/docker.sock"
|
||||
watch = true
|
||||
domain = "localhost"
|
||||
[web]
|
||||
address = ":8080"
|
||||
|
||||
# [docker]
|
||||
# endpoint = "unix:///var/run/docker.sock"
|
||||
# watch = true
|
||||
# domain = "localhost"
|
||||
# filename = "docker.tmpl"
|
||||
|
||||
# [marathon]
|
||||
|
@ -65,9 +68,6 @@ domain = "localhost"
|
|||
# domain = "localhost"
|
||||
# filename = "marathon.tmpl"
|
||||
|
||||
[web]
|
||||
address = ":8080"
|
||||
|
||||
# [file]
|
||||
# filename = "rules.toml"
|
||||
# watch = true
|
||||
|
|
Loading…
Reference in a new issue