traefik.enable label
This commit is contained in:
parent
e2d2f1f1d1
commit
0ae325c080
2 changed files with 15 additions and 13 deletions
20
traefik.toml
20
traefik.toml
|
@ -1,18 +1,18 @@
|
|||
port = ":8001"
|
||||
graceTimeOut = 10
|
||||
|
||||
# [docker]
|
||||
# endpoint = "unix:///var/run/docker.sock"
|
||||
# watch = true
|
||||
# domain = "toto.fr"
|
||||
# filename = "docker.tmpl"
|
||||
|
||||
[marathon]
|
||||
endpoint = "http://127.0.0.1:8080"
|
||||
networkInterface = "eth0"
|
||||
[docker]
|
||||
endpoint = "unix:///var/run/docker.sock"
|
||||
watch = true
|
||||
domain = "toto.fr"
|
||||
filename = "marathon.tmpl"
|
||||
filename = "docker.tmpl"
|
||||
|
||||
# [marathon]
|
||||
# endpoint = "http://127.0.0.1:8080"
|
||||
# networkInterface = "eth0"
|
||||
# watch = true
|
||||
# domain = "toto.fr"
|
||||
# filename = "marathon.tmpl"
|
||||
|
||||
[web]
|
||||
address = ":8010"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue