Skip to content

Commit

Permalink
🐳 config(docker): Explicitly --bind_ip in patient-db command.
Browse files Browse the repository at this point in the history
The configuration of the default entrypoint is likely to be
`--bind_ip_all`. We do not need to be so generous.
  • Loading branch information
make-github-pseudonymous-again committed Apr 17, 2024
1 parent 2fbf560 commit 7f25f8f
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 7f25f8f

Please sign in to comment.