Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
Removes local port definitions for storage likely to conflict locally
Browse files Browse the repository at this point in the history
Fixes #123
See #108
  • Loading branch information
Adrian Cole committed Dec 22, 2016
1 parent b8633dd commit 0355cde
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions docker-compose-cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ services:
storage:
image: openzipkin/zipkin-cassandra:1.18.0
container_name: cassandra
ports:
- 9042:9042

# Switch storage type to Cassandra
zipkin:
Expand Down
3 changes: 0 additions & 3 deletions docker-compose-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ services:
storage:
image: openzipkin/zipkin-elasticsearch:1.18.0
container_name: elasticsearch
ports:
# http
- 9200:9200

# Switch storage type to Elasticsearch
zipkin:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ services:
storage:
image: openzipkin/zipkin-mysql:1.18.0
container_name: mysql
ports:
- 3306:3306

# The zipkin process services the UI, and also exposes a POST endpoint that
# instrumentation can send trace data to. Scribe is enabled by default.
Expand Down

0 comments on commit 0355cde

Please sign in to comment.