Replace opentsb docker image with the official one

closes #314
This commit is contained in:
palkan
2015-10-23 17:34:12 -06:00
committed by Cameron Sparr
parent bf1cf4557e
commit de7ad9dfbc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func TestWrite(t *testing.T) {
o := &OpenTSDB{
Host: testutil.GetLocalHost(),
Port: 24242,
Port: 4242,
Prefix: "prefix.test.",
}
+2 -2
View File
@@ -34,9 +34,9 @@ rabbitmq:
- "5672:5672"
opentsdb:
image: lancope/opentsdb
image: petergrace/opentsdb-docker
ports:
- "24242:4242"
- "4242:4242"
redis:
image: redis