Skip to content

Commit

Permalink
add keyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Jan 9, 2024
1 parent 877c189 commit 0b12467
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 @@ -13,7 +13,7 @@ services:
mongodb-dev:
image: mongo:7
restart: unless-stopped
command: ['--replSet', 'rs0']
command: ['--replSet', 'rs0', '--keyFile', '/etc/mongo/replica.key']
ports:
- 37017:27017
env_file:
Expand Down

0 comments on commit 0b12467

Please sign in to comment.