Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 435 Bytes

Ports.md

File metadata and controls

25 lines (14 loc) · 435 Bytes

pod-mongo: Ports

MongoDB operates on port XXXX

Mong Express operates on port XXXX

These services listen on these ports internally. They can be mapped to any port number on the host, and can be bound to any IP address on the host.

multiple network options

  • binding to localhost only

external network

  • binding to IP
  • binding to VPN IP

reverse proxy on separate machine

  • bind to public IP
  • restrict IPs that can request