Skip to content

Commit

Permalink
Clean up indenting of ports sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Bourne committed Jan 11, 2018
1 parent 91dfb2a commit 8cdcf34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contrib/bf-grafana/docker-compose.yml
Expand Up @@ -7,16 +7,16 @@ services:
CASSANDRA_HOST: cassandra
ELASTICSEARCH_HOST: elasticsearch
ports:
- "19000:19000"
- "20000:20000"
- "9180:9180"
- 19000:19000
- 20000:20000
- 9180:9180

cassandra:
image: cassandra:2.1
ports:
- "9042:9042"
- "9160:9160"
- "7199:7199"
- 9042:9042
- 9160:9160
- 7199:7199

cassandran:
image: cassandra:2.1
Expand Down

0 comments on commit 8cdcf34

Please sign in to comment.