From 2763e0c928297ef1a992f6e9c182a32ab1f82f83 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Sun, 8 Oct 2023 09:55:50 +0800 Subject: [PATCH] Update README.md --- docker/git/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docker/git/README.md b/docker/git/README.md index e40eb493..6babbcc2 100644 --- a/docker/git/README.md +++ b/docker/git/README.md @@ -1,7 +1,19 @@ # Readme +## Development + From official Gitea image, and: - Complete install wizard automaticlly by enviroment INSTALL_LOCK - Use default URL localhost for Host/Root_URL settings +## User + +### Repository + +How to clone a Repository ? + +- Git clone a repository by external network address(gitea repository page's HTTP URL) +- Git clone a repository by internal network address(e.g. http://websoft9-git:3000/organization/repository.git + +