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 f1aebeb commit e1035bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
container_name: mongodb-dev
restart: unless-stopped
# command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017", "--keyFile", "/etc/mongo/replica.key"]
command: ["--replSet", "rs0"]
command: ["--replSet", "rs0", "--keyFile", "/etc/mongo/replica.key"]
ports:
- 37017:27017
env_file:
Expand Down

0 comments on commit e1035bd

Please sign in to comment.