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


##########
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:
   I changed this commit.
   
https://github.com/apache/apisix/pull/11530/commits/30bfa97d77cbe1bca0fb023eee423672147a36bc



-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to