summaryrefslogtreecommitdiffstats
path: root/docs/content/doc
diff options
context:
space:
mode:
authorAmoo Hesam <hesamgholami@yahoo.com>2020-10-22 07:54:20 +0330
committerGitHub <noreply@github.com>2020-10-22 00:24:20 -0400
commitb7deea0284acf5da90a3578cdff37f961442fd90 (patch)
treea28771c2d02e8af86e88c4895678dcf38ac49999 /docs/content/doc
parentdafc634a4634ba688e021dd1a6f1607f52626fff (diff)
downloadgitea-b7deea0284acf5da90a3578cdff37f961442fd90.tar.gz
gitea-b7deea0284acf5da90a3578cdff37f961442fd90.zip
Inform user of how disable SSH feature when installing using Docker (#13180)
Diffstat (limited to 'docs/content/doc')
-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 25ab720a3e..8773e34872 100644
--- a/docs/content/doc/installation/with-docker.en-us.md
+++ b/docs/content/doc/installation/with-docker.en-us.md
@@ -262,7 +262,7 @@ You can configure some of Gitea's settings via environment variables:
* `SSH_DOMAIN`: **localhost**: Domain name of this server, used for the displayed ssh clone URL in Gitea's UI. If the install page is enabled, SSH Domain Server takes DOMAIN value in the form (which overwrite this setting on save).
* `SSH_PORT`: **22**: SSH port displayed in clone URL.
* `SSH_LISTEN_PORT`: **%(SSH\_PORT)s**: Port for the built-in SSH server.
-* `DISABLE_SSH`: **false**: Disable SSH feature when it's not available.
+* `DISABLE_SSH`: **false**: Disable SSH feature when it's not available. If you want to disable SSH feature, you should set SSH port to `0` when installing Gitea.
* `HTTP_PORT`: **3000**: HTTP listen port.
* `ROOT_URL`: **""**: Overwrite the automatically generated public URL. This is useful if the internal and the external URL don't match (e.g. in Docker).
* `LFS_START_SERVER`: **false**: Enables git-lfs support.