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

Commit

Permalink
fix: docker-compose - mongo - bind to all IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Sep 1, 2018
1 parent 3be8206 commit e6e49ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: mongo
expose:
- '27017'
command: '--smallfiles'
command: '--smallfiles --bind_ip ::,0.0.0.0'
environment:
- 'MONGO_LOG_DIR=/dev/null'
volumes:
Expand Down

0 comments on commit e6e49ec

Please sign in to comment.