diff --git a/README.en.md b/README.en.md index 72a3df9..17cf3f3 100644 --- a/README.en.md +++ b/README.en.md @@ -101,7 +101,7 @@ Deploy quickly with Koyeb: [View Tutorial](Koyeb/README.md) Manual Container Deployment
-**⚠️ Note:** Download the configuration for the image repository you wish to accelerate. The `docker-compose.yaml` file is set to deploy all domestic image repository acceleration services by default. Similarly, you should configure and deploy the one you need, and simply remove the rest! +**⚠️ Note:** Download the configuration for whichever mirror repository you need to accelerate. The `docker-compose.yaml` file by default deploys the acceleration service for all foreign mirror repositories, again you configure whichever one you deploy, and delete the rest! **1.** Download the corresponding `yml` file from the [config](https://github.com/dqzboy/Docker-Proxy/tree/main/config) directory to your local machine. diff --git a/README.md b/README.md index 10e380e..1216ba0 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/dqzboy/Docker-Proxy/install/Do 手动部署容器
-**⚠️ 注意:** 你需要对哪个镜像仓库进行加速,就下载哪个配置。`docker-compose.yaml`文件默认是部署所有的国内镜像仓库加速服务,同样也是你部署哪个就配置哪个,其余的删除掉即可! +**⚠️ 注意:** 你需要对哪个镜像仓库进行加速,就下载哪个配置。`docker-compose.yaml`文件默认是部署所有的国外镜像仓库的加速服务,同样也是你部署哪个就配置哪个,其余的删除掉即可! **1.** 下载[config](https://github.com/dqzboy/Docker-Proxy/tree/main/config)目录下对应的`yml`文件到你本地机器上