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
|
```toml
|
||||||
port = ":80"
|
port = ":80"
|
||||||
graceTimeOut = 10
|
graceTimeOut = 10
|
||||||
traefikLogsFile = "log/traefik.log"
|
|
||||||
traefikLogsStdout = true
|
|
||||||
accessLogsFile = "log/access.log"
|
|
||||||
logLevel = "DEBUG"
|
logLevel = "DEBUG"
|
||||||
|
traefikLogsStdout = true
|
||||||
|
# traefikLogsFile = "log/traefik.log"
|
||||||
|
# accessLogsFile = "log/access.log"
|
||||||
# CertFile = "traefik.crt"
|
# CertFile = "traefik.crt"
|
||||||
# KeyFile = "traefik.key"
|
# KeyFile = "traefik.key"
|
||||||
|
|
||||||
[docker]
|
[web]
|
||||||
endpoint = "unix:///var/run/docker.sock"
|
address = ":8080"
|
||||||
watch = true
|
|
||||||
domain = "localhost"
|
# [docker]
|
||||||
|
# endpoint = "unix:///var/run/docker.sock"
|
||||||
|
# watch = true
|
||||||
|
# domain = "localhost"
|
||||||
# filename = "docker.tmpl"
|
# filename = "docker.tmpl"
|
||||||
|
|
||||||
# [marathon]
|
# [marathon]
|
||||||
|
@ -65,9 +68,6 @@ domain = "localhost"
|
||||||
# domain = "localhost"
|
# domain = "localhost"
|
||||||
# filename = "marathon.tmpl"
|
# filename = "marathon.tmpl"
|
||||||
|
|
||||||
[web]
|
|
||||||
address = ":8080"
|
|
||||||
|
|
||||||
# [file]
|
# [file]
|
||||||
# filename = "rules.toml"
|
# filename = "rules.toml"
|
||||||
# watch = true
|
# watch = true
|
||||||
|
|
Loading…
Reference in a new issue