Skip to content

Commit

Permalink
Fix mongo healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Feb 14, 2024
1 parent b2b20f7 commit 2322d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/mongo/healthcheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function run() {
var config = {
_id: "rs0",
members: [
{ _id: 0, host: "mongodb-dev" },
{ _id: 0, host: "mongodb" },
]
}
rs.initiate(config)
Expand Down

0 comments on commit 2322d91

Please sign in to comment.