parent
8f8f72fa76
commit
c719aa3db8
7 changed files with 24 additions and 24 deletions
|
@ -30,7 +30,7 @@ func (s *EtcdSuite) SetUpSuite(c *check.C) {
|
|||
s.composeProject.Start(c)
|
||||
|
||||
etcd.Register()
|
||||
url := s.composeProject.Container(c, "etcd").NetworkSettings.IPAddress + ":4001"
|
||||
url := s.composeProject.Container(c, "etcd").NetworkSettings.IPAddress + ":2379"
|
||||
kv, err := libkv.NewStore(
|
||||
store.ETCD,
|
||||
[]string{url},
|
||||
|
|
|
@ -8,9 +8,9 @@ logLevel = "DEBUG"
|
|||
|
||||
|
||||
[etcd]
|
||||
endpoint = "{{.EtcdHost}}:4001"
|
||||
endpoint = "{{.EtcdHost}}:2379"
|
||||
prefix = "/traefik"
|
||||
watch = true
|
||||
|
||||
[web]
|
||||
address = ":8081"
|
||||
address = ":8081"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue