Skip to content

Commit

Permalink
🚧 progress: Explicitly --bind_ip in patient-db command.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 17, 2024
1 parent caa50fe commit e56ee99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
max-size: "100m"
max-file: "7"
command: [
"--bind_ip", "localhost,patient-db",
"--dbpath", "/data/db",
"--replSet", "meteor"
]
Expand Down

0 comments on commit e56ee99

Please sign in to comment.