Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Jan 4, 2024
1 parent 837f27d commit 763db2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ services:
image: mongo:latest
container_name: mongodb-dev
restart: unless-stopped
# command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017", "--keyFile", "/etc/mongo/replica.key"]
command: ["--replSet", "rs0", "--keyFile", "/etc/mongo/replica.key"]
command: ["--replSet", "rs0", "--keyFile", "/etc/mongo/replica.key", "--bind_ip_all"]
ports:
- 37017:27017
env_file:
Expand Down

0 comments on commit 763db2e

Please sign in to comment.