Skip to content

Commit 917b9e2

Browse files
committed
docs: update docker pull mirror
1 parent 2eb32dd commit 917b9e2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ Say goodbye to troublesome configuration and installation, and start your Schedu
1515
## Get Latest Docker Images
1616

1717
```bash
18-
# use the latest version
18+
# use the latest version on DockerHub
1919
docker pull soulteary/cronicle
2020
# or specified version
2121
docker pull soulteary/cronicle:0.9.21
22+
# Use GHCR mirror instead
23+
docker pull ghcr.io/soulteary/cronicle:latest
2224
```
2325

2426
### Supported Versions

README_CN.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
## 更新、获取应用 Docker 容器镜像
1616

1717
```bash
18-
# 使用最新版本
18+
# 使用 DockerHub 最新版本
1919
docker pull soulteary/cronicle
20-
# 或者使用指定版本
20+
# 或者,使用指定版本
2121
docker pull soulteary/cronicle:0.9.21
22+
# 使用 GHCR 镜像
23+
docker pull ghcr.io/soulteary/cronicle:latest
2224
```
2325

2426
### 当前支持版本

0 commit comments

Comments
 (0)