Skip to content

Commit

Permalink
open up ports for direct access to mongo and redis (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
josmas committed Sep 29, 2016
1 parent dea2bd6 commit 2946507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ services:

mongo:
image: mongo:2
ports:
- 27017:27017
# volumes: # to persist database between runs
# - /data/db

redis:
image: redis
ports:
- 6379:6379

0 comments on commit 2946507

Please sign in to comment.