Skip to content

Commit

Permalink
fix: dont expose ports 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Sep 20, 2023
1 parent a7f985d commit e015474
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ services:
mongodb:
container_name: mongodb
image: "mongo:latest"
ports:
- "27017:27017"
volumes:
- "mongodb_data:/data/db"
- ./services/mongodb/src/init.js:/docker-entrypoint-initdb.d/init_mongo.js

0 comments on commit e015474

Please sign in to comment.