summaryrefslogtreecommitdiffstats
path: root/docs/content/doc
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2017-11-30 19:18:35 +0800
committerGitHub <noreply@github.com>2017-11-30 19:18:35 +0800
commitd517b56682483466c2824052b70d2ea8a12ac223 (patch)
tree800a6f318be4d77d6440818f8276b66299e64c33 /docs/content/doc
parent86ee41ec033105bec50c1cc4eaf0181a37d71574 (diff)
downloadgitea-d517b56682483466c2824052b70d2ea8a12ac223.tar.gz
gitea-d517b56682483466c2824052b70d2ea8a12ac223.zip
add notice for docker run gitea http port issue (#3020)
Diffstat (limited to 'docs/content/doc')
-rw-r--r--docs/content/doc/installation/with-docker.en-us.md2
-rw-r--r--docs/content/doc/installation/with-docker.zh-cn.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md
index 74460778c1..3bab0990ff 100644
--- a/docs/content/doc/installation/with-docker.en-us.md
+++ b/docs/content/doc/installation/with-docker.en-us.md
@@ -183,6 +183,8 @@ To start this setup based on `docker-compose` you just have to execute `docker-c
If you want to shutdown the setup again just execute `docker-compose down`, this will stop and kill the containers, the volumes will still exist.
+Notice: if you use a non 3000 port on http, you need change app.ini `LOCAL_ROOT_URL = http://localhost:3000/`.
+
## Install
After starting the Docker setup via `docker-compose` you should access Gitea with your favorite browser to finalize the installation. Please visit http://server-ip:3000 and follow the installation wizard. If you have started a database with the `docker-compose` setup as documented above please note that you have to use `db` as the database hostname.
diff --git a/docs/content/doc/installation/with-docker.zh-cn.md b/docs/content/doc/installation/with-docker.zh-cn.md
index 983a0d1f88..add51867a3 100644
--- a/docs/content/doc/installation/with-docker.zh-cn.md
+++ b/docs/content/doc/installation/with-docker.zh-cn.md
@@ -37,6 +37,8 @@ docker run -d --name=gitea -p 10022:22 -p 10080:3000 -v /var/lib/gitea:/data git
然后 容器已经运行成功,在浏览器中访问 http://hostname:10080 就可以看到界面了。你可以尝试在上面创建项目,clone操作 `git clone ssh://git@hostname:10022/username/repo.git`.
+注意:目前端口改为非3000时,需要修改配置文件 `LOCAL_ROOT_URL = http://localhost:3000/`。
+
## 需要帮助?
如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "seek-help.zh-cn.md" >}})