From d542bec44d6bee49dbadd5a7919e28e2da292e55 Mon Sep 17 00:00:00 2001 From: Kuiliang Zhang <38809606+Crayon-ShinChan@users.noreply.github.com> Date: Wed, 31 Mar 2021 04:06:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(docs):=20=E4=BF=AE=E6=94=B9=E7=94=A8=20dock?= =?UTF-8?q?er-compose=20=E6=9B=B4=E6=96=B0=20rsshub=20=E7=9A=84=E6=96=87?= =?UTF-8?q?=E6=A1=88=EF=BC=8C=E5=AF=B9=E6=96=B0=E6=89=8B=E6=9B=B4=E5=8F=8B?= =?UTF-8?q?=E5=A5=BD=20(#7192)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README.md in install 在 docker-compose 更新操作的指示中加入拉取新镜像的操作提示,对新手更友好。否则新手直接 docker-compose up -d 可能导致没有更新镜像。 * Update README.md in install 更新遗漏的 $ 符号 * Update README.md 修改了对应英文文档 * Update README.md * Update README.md * Update README.md * Update docs/install/README.md Co-authored-by: NeverBehave * Update docs/en/install/README.md Co-authored-by: NeverBehave Co-authored-by: NeverBehave --- docs/en/install/README.md | 7 ++++++- docs/install/README.md | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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 +``` + 然后重复安装步骤 ### 添加配置