Files
xiaohongshu-mcp/docker/docker-compose.yml
zy 3f36e7b42e 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>
2025-12-07 16:38:58 +08:00

17 lines
548 B
YAML

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
volumes:
- ./data:/app/data
- ./images:/app/images
environment:
- ROD_BROWSER_BIN=/usr/bin/google-chrome
- COOKIES_PATH=/app/data/cookies.json
ports:
- "18060:18060"