Skip to content

Instantly share code, notes, and snippets.

@bbrks
Created March 25, 2019 19:22
Show Gist options
  • Save bbrks/6ee331d29639992e7cf80bf86595f81b to your computer and use it in GitHub Desktop.
Save bbrks/6ee331d29639992e7cf80bf86595f81b to your computer and use it in GitHub Desktop.
Couchbase Server Docker ports

Node-local

-p 11213:11213 -p 9119:9119 -p 9998:9998

Node-to-node

-p 4369:4369 -p 8091-8096:8091-8096 -p 9100-9105:9100-9105 -p 9110-9118:9110-9118 -p 9120-9122:9120-9122 -p 9999 -p 11209-11211:11209-11211 -p 18094 -p 21100-21299:21100-21299

Client-to-node

-p 8091-8096:8091-8096 -p 11210:11210 -p 11211:11211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment