diff --git a/docs/en/install/README.md b/docs/en/install/README.md index c6aa7420c..b35dea840 100644 --- a/docs/en/install/README.md +++ b/docs/en/install/README.md @@ -51,6 +51,12 @@ Remove old containers $ docker-compose down ``` +Repull the latest image if you have downloaded the image before. It is helpful to resolve some issues. + +```bash +$ docker pull diygod/rsshub +``` + Then repeat the installation steps ### Configuration @@ -532,4 +538,3 @@ See docs of specified route and `lib/config.js` for detail information. | https://pic1.xuehuaimg.com/proxy/ | cloudflare | | https://cors.netnr.workers.dev/ | cloudflare | | https://netnr-proxy.openode.io/ | digitalocean | - diff --git a/docs/install/README.md b/docs/install/README.md index 0968d0b67..0665c38f5 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -51,6 +51,12 @@ $ docker-compose up -d $ docker-compose down ``` +如果之前已经下载/使用过镜像,下方命令可以帮助你获取最新版本:这可能可以解决一些问题。 + +```bash +$ docker pull diygod/rsshub +``` + 然后重复安装步骤 ### 添加配置