mirror of https://github.com/status-im/consul.git
docs: ports docs missing paren fix (#6367)
This commit is contained in:
parent
a7ded1bd8e
commit
5515e094f4
|
@ -25,7 +25,7 @@ Before running Consul, you should ensure the following bind ports are accessible
|
||||||
| HTTPS: The HTTPs API | disabled (8501)* |
|
| HTTPS: The HTTPs API | disabled (8501)* |
|
||||||
| gRPC: The gRPC API | disabled (8502)* |
|
| gRPC: The gRPC API | disabled (8502)* |
|
||||||
| LAN Serf: The Serf LAN port (TCP and UDP) | 8301 |
|
| LAN Serf: The Serf LAN port (TCP and UDP) | 8301 |
|
||||||
| Wan Serf: The Serf WAN port TCP and UDP) | 8302 |
|
| Wan Serf: The Serf WAN port (TCP and UDP) | 8302 |
|
||||||
| server: Server RPC address (TCP Only) | 8300 |
|
| server: Server RPC address (TCP Only) | 8300 |
|
||||||
| Sidecar Proxy Min: Inclusive min port number to use for automatically assigned sidecar service registrations. | 21000 |
|
| Sidecar Proxy Min: Inclusive min port number to use for automatically assigned sidecar service registrations. | 21000 |
|
||||||
| Sidecar Proxy Max: Inclusive max port number to use for automatically assigned sidecar service registrations. | 21255 |
|
| Sidecar Proxy Max: Inclusive max port number to use for automatically assigned sidecar service registrations. | 21255 |
|
||||||
|
@ -57,4 +57,4 @@ are recommendations.
|
||||||
**Server RPC** This is used by servers to handle incoming
|
**Server RPC** This is used by servers to handle incoming
|
||||||
requests from other agents.
|
requests from other agents.
|
||||||
|
|
||||||
Note, the default ports can be changed in the [agent configuration](/docs/agent/options.html#ports).
|
Note, the default ports can be changed in the [agent configuration](/docs/agent/options.html#ports).
|
||||||
|
|
Loading…
Reference in New Issue