parent
bf1cf4557e
commit
de7ad9dfbc
|
@ -46,7 +46,7 @@ func TestWrite(t *testing.T) {
|
|||
|
||||
o := &OpenTSDB{
|
||||
Host: testutil.GetLocalHost(),
|
||||
Port: 24242,
|
||||
Port: 4242,
|
||||
Prefix: "prefix.test.",
|
||||
}
|
||||
|
||||
|
|
|
@ -34,9 +34,9 @@ rabbitmq:
|
|||
- "5672:5672"
|
||||
|
||||
opentsdb:
|
||||
image: lancope/opentsdb
|
||||
image: petergrace/opentsdb-docker
|
||||
ports:
|
||||
- "24242:4242"
|
||||
- "4242:4242"
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
|
|
Loading…
Reference in New Issue