Skip to content

Commit 3969846

Browse files
committed
PMM-12219 force first mongodb being a primary.
1 parent 4eb43f8 commit 3969846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function cnf_servers() {
4646
"members": [
4747
{
4848
"_id": 0,
49-
"host": "${mongodb1}:${port}"
49+
"host": "${mongodb1}:${port}",
5050
"priority": 1000
5151
},
5252
{

0 commit comments

Comments
 (0)