Skip to content

Commit

Permalink
Exposing/Binding ports
Browse files Browse the repository at this point in the history
  • Loading branch information
goru97 committed Dec 31, 2015
1 parent d44ff90 commit dfb7ef3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/blueflood-docker/Dockerfile
Expand Up @@ -15,4 +15,5 @@ RUN wget https://github.com/rackerlabs/blueflood/releases/download/rax-release-v
CMD ["/startBlueflood.sh"]

EXPOSE 19000
EXPOSE 20000
EXPOSE 20000
EXPOSE 9180
4 changes: 4 additions & 0 deletions contrib/blueflood-docker/docker-compose.yml
Expand Up @@ -3,6 +3,10 @@ blueflood:
links:
- cassandra
- elasticsearch
ports:
- "19000:19000"
- "20000:20000"
- "9180:9180"

cassandra:
image: cassandra:2.1
Expand Down

0 comments on commit dfb7ef3

Please sign in to comment.