Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# example-voting-app 中文快速开始

## 启动
docker compose up -d
docker compose ps

## 访问
- 投票页: http://localhost:8080
- 结果页: http://localhost:8081

## 停止
docker compose down

## 常见问题
- 拉镜像超时: 配置 Docker registry mirror
- 端口打不开: 检查虚拟机 IP、防火墙和端口映射
- 权限问题: 将用户加入 docker 组后重新登录