Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

docker-compose: do not expose mongodb by default! #182

Merged
merged 1 commit into from
May 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ server:

mongodb:
image: mongo:latest
ports:
- "27017:27017"
volumes_from:
- mongodb-data
command: mongod --smallfiles
Expand Down