From c74e6ff6e852de451bee78e95875fecac3dcf547 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 19 Jun 2021 05:29:01 +0000 Subject: [PATCH] style: auto format --- docs/install/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/install/README.md b/docs/install/README.md index 034eab9af..24042d998 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -22,11 +22,14 @@ sidebar: auto 5. [Google App Engine](https://cloud.google.com/appengine/) ## Docker 镜像 + 默认推荐使用`diygod/rsshub`即`diygod/rsshub:latest`最新版镜像以获取最新路由. -当`diygod/rsshub:latest`存在问题时,可以使用以日期为标签的近期镜像临时使用,例如: +当`diygod/rsshub:latest`存在问题时,可以使用以日期为标签的近期镜像临时使用,例如: + ```bash $ docker pull diygod/rsshub:2021-06-18 ``` + 待最新镜像更新后在切换回`diygod/rsshub:latest`最新版镜像. ## Docker Compose 部署