Files
rent/.gitea
xiaoquan d5a44cc811 fix: 修改 git clone 地址,使用宿主机端口
## 问题
- Runner 容器无法访问 gitea_p4ds-gitea_P4dS-1:3000
- Docker 容器内网络不通

## 解决方案
- 使用 host.docker.internal:10082(Docker 宿主机)
- 备用方案:172.17.0.1:10082(Docker 网桥)
- 最后备用:localhost:10082

## 说明
- 10082 是 Gitea 映射到宿主机的端口
- Runner 容器通过宿主机端口访问 Gitea

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-10 17:32:21 +08:00
..