From 2ee64a6ed300fbc9e6914c003f87da20e349ccc5 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Sat, 28 Feb 2026 02:44:05 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8B=89=E5=8F=96=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9aa8b78..334cd3b 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,16 @@ 一个开箱即用、集成常用扩展的 Caddy 容器镜像 # 拉取镜像 -| 区域 | 镜像地址 | -| ---- | ---- | -| 国内 | `ccr.ccs.tencentyun.com/xiaoqidun/caddy:latest` | -| 海外 | `hkccr.ccs.tencentyun.com/xiaoqidun/caddy:latest` | + +国内 +```bash +docker pull ccr.ccs.tencentyun.com/xiaoqidun/caddy:latest +``` + +海外 +```bash +docker pull hkccr.ccs.tencentyun.com/xiaoqidun/caddy:latest +``` # 授权协议 本项目使用 [Apache License 2.0](https://github.com/xiaoqidun/caddy/blob/main/LICENSE) 授权协议 \ No newline at end of file