[Help]: bind to a single host interface #606
Replies: 2 comments
-
|
I am not aware of any settings exposed that control which host IP address the services bind to - there isn't anything I can see in the |
Beta Was this translation helpful? Give feedback.
-
|
Not tested myself, but from what I found here (Make a BACKUP before doing this): The solution could be:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Controller Version
v5.15.24.19
Describe Your Issue or Question
I'm running the controller in a Docker container via the host network. And would like to know if there is a way to bind the container to one specific interface (i.e. the management interface)? Ideally similar to what can be done via a bridge network?
Expected Behavior
Services are only listening on the management interface - not the wildcard 0.0.0.0 - see also the output of ss -tulpn.
Steps to Reproduce
See the docker CLI command and the output of ss -tulpn.
How You're Launching the Container
Container Logs
MongoDB Logs
No response
Additional Context
Output of ss -tulpn:
Beta Was this translation helpful? Give feedback.
All reactions