summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/with-docker.en-us.md
diff options
context:
space:
mode:
authorDaniel Peukert <dan.peukert@gmail.com>2018-06-05 01:08:57 +0200
committerLauris BH <lauris@nix.lv>2018-06-05 02:08:56 +0300
commitb9be49cd9605cd6718e35a2696ea63781ce65df5 (patch)
tree1dc6d0f05150b39fd833b9e627d29ac44a98f398 /docs/content/doc/installation/with-docker.en-us.md
parent809babb562b45a6113f37e7c38f0951f6e7182d8 (diff)
downloadgitea-b9be49cd9605cd6718e35a2696ea63781ce65df5.tar.gz
gitea-b9be49cd9605cd6718e35a2696ea63781ce65df5.zip
Minor 'Installation with Docker' docs page fix (#4122)
Diffstat (limited to 'docs/content/doc/installation/with-docker.en-us.md')
-rw-r--r--docs/content/doc/installation/with-docker.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md
index 8f393f16d0..c672393cc0 100644
--- a/docs/content/doc/installation/with-docker.en-us.md
+++ b/docs/content/doc/installation/with-docker.en-us.md
@@ -231,7 +231,7 @@ You can configure some of Gitea's settings via environment variables:
* `APP_NAME`: **"Gitea: Git with a cup of tea"**: Application name, used in the page title.
* `RUN_MODE`: **dev**: For performance and other purposes, change this to `prod` when deployed to a production environment.
-* `SSH_DOMAIN`: **localhost**: Domain name of this server, used for displayed clone UR in Gitea's UI.
+* `SSH_DOMAIN`: **localhost**: Domain name of this server, used for the displayed clone URL in Gitea's UI.
* `SSH_PORT`: **22**: SSH port displayed in clone URL.
* `DISABLE_SSH`: **false**: Disable SSH feature when it's not available.
* `HTTP_PORT`: **3000**: HTTP listen port.