From 42a532ef4b03ec393db72b9a9973c4a04f47230c Mon Sep 17 00:00:00 2001 From: Juster Date: Mon, 6 Apr 2026 20:43:02 +0800 Subject: [PATCH] Add Chinese quick start guide to README --- README_zh.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README_zh.md diff --git a/README_zh.md b/README_zh.md new file mode 100644 index 0000000000..15a018de8d --- /dev/null +++ b/README_zh.md @@ -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 组后重新登录