docker/gitea/README.md
2022-04-18 11:21:20 +08:00

14 lines
299 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 构建 gitea 镜像
## 定制
- 安装 gitea
## 外挂目录和文件
- /var/lib/gitea: gitea 数据目录
- /var/log/gitea: gitea 日志目录
## 案例
- [Demo/SingleNode/](Demo/SingleNode/): 单独部署 gitea
- [Demo/GiteaWithNginx/](Demo/GiteaWithNginx/): 部署 gitea用 nginx 反代