kayx23 commented on code in PR #11530:
URL: https://github.com/apache/apisix/pull/11530#discussion_r1734615272


##########
docs/en/latest/getting-started/README.md:
##########
@@ -37,6 +37,17 @@ curl -sL https://run.api7.ai/apisix/quickstart | sh
 
 The script should start two Docker containers, _apisix-quickstart_ and _etcd_. 
APISIX uses etcd to save and synchronize configurations. Both the etcd and the 
APISIX use [**host**](https://docs.docker.com/network/host/) Docker network 
mode. That is, the APISIX can be accessed from local.
 
+This table contains the main APISIX default ports and their uses. Each row 
clearly lists the port number and its corresponding function.
+|**PORT**|**Purpose**|
+| ----- | ----- |
+|9080|HTTP Request|
+|9443|HTTPS Request|
+|9180|Admin API|
+|9091|Prometheus metrics export|
+|9100|TCP traffic|
+|9200|UDP traffic|

Review Comment:
   The quickstart script opens these ports by default:
   
   `-p9080:9080 -p9180:9180 -p9443:9443/tcp -p9443:9443/udp -p9090:9092 
-p9100:9100 -p9091:9091` 
   
   9200 is not open for UDP.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to