Skip to content

Commit

Permalink
Expose MongoDB port for debugging in dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwahle committed Sep 14, 2022
1 parent d33e753 commit 9c5acb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ services:
MONGO_INITDB_DATABASE: ${MONGO_DB}
expose:
- 27017
ports:
- 27017:27017
command: mongod
volumes:
- ~/mongo/data:/data/db
Expand Down

0 comments on commit 9c5acb8

Please sign in to comment.