Skip to content

Commit

Permalink
Fixed docker-compose ports formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ajturner committed Jun 15, 2016
1 parent 8aa0c9f commit aaa193f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -4,8 +4,8 @@ services:
image: elasticsearch:latest
entrypoint: /tmp/elasticEntry.sh
command: elasticsearch -Des.network.host=0.0.0.0
ports:
-"9200:9200"
ports:
- "9200:9200"
logstash:
image: logstash:latest
entrypoint: /tmp/logstashEntry.sh
Expand Down

0 comments on commit aaa193f

Please sign in to comment.