docs: 添加阿里云镜像源使用说明 (#320)

- README 新增阿里云镜像源拉取章节
- README 添加 Docker Compose 切换镜像源提示
- docker-compose.yml 添加阿里云镜像注释

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
zy
2025-12-07 16:38:58 +08:00
committed by GitHub
parent 02cd8a7488
commit 3f36e7b42e
2 changed files with 19 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
services:
xiaohongshu-mcp:
# Docker Hub 镜像(默认)
image: xpzouying/xiaohongshu-mcp
# 阿里云镜像源(国内用户推荐,拉取更快)
# image: crpi-hocnvtkomt7w9v8t.cn-beijing.personal.cr.aliyuncs.com/xpzouying/xiaohongshu-mcp
container_name: xiaohongshu-mcp
restart: unless-stopped
tty: true