imjoey commented on a change in pull request #117:
URL: https://github.com/apache/apisix-docker/pull/117#discussion_r556360623
##########
File path: README.md
##########
@@ -20,6 +20,8 @@ export APISIX_VERSION=master
docker build -t apisix:${APISIX_VERSION}-alpine --build-arg
APISIX_VERSION=${APISIX_VERSION} -f alpine/Dockerfile alpine
```
+> Note: For Chinese users, building the image with the build argument
`ENABLE_PROXY=true` is always recommended to accelerate the progress.
Review comment:
@membphis that's right. How about change it as below?
```suggestion
> Note: For Chinese users, the following command `docker build -t
apisix:${APISIX_VERSION}-alpine --build-arg APISIX_VERSION=${APISIX_VERSION}
--build-arg ENABLE_PROXY=true -f alpine/Dockerfile alpine` is always
recommended. Cause the additional build argument `ENABLE_PROXY=true` will
enable proxy to accelerate the progress.
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]