Skip to content

Commit

Permalink
initiate mongo in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Feb 24, 2023
1 parent 6a66384 commit a4b6378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockereve-master/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ services:
mongodb:
image: mongo:latest
container_name: mongodb
command: mongod --verbose --bind_ip_all
hostname: mongodb
ports:
- "27017:27017"
Expand Down

0 comments on commit a4b6378

Please sign in to comment.