diff options
author | leigh capili <stealthybox@users.noreply.github.com> | 2019-08-23 17:44:24 -0600 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-08-24 01:44:24 +0200 |
commit | 70d2244e49e60e11877f850803d33ef1e3900fa6 (patch) | |
tree | 5c1c8a788396bc75511d377a84b827df65c67950 /docs/content/doc/installation/with-docker.en-us.md | |
parent | 7c8166d331e3302ae14c003ce0c86773792cccc6 (diff) | |
download | gitea-70d2244e49e60e11877f850803d33ef1e3900fa6.tar.gz gitea-70d2244e49e60e11877f850803d33ef1e3900fa6.zip |
Support SSH_LISTEN_PORT env var in docker app.ini template (#7829)
Signed-off-by: leigh capili <leigh@null.net>
Diffstat (limited to 'docs/content/doc/installation/with-docker.en-us.md')
-rw-r--r-- | docs/content/doc/installation/with-docker.en-us.md | 1 |
1 files changed, 1 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 2bca5c5b95..becbc25431 100644 --- a/docs/content/doc/installation/with-docker.en-us.md +++ b/docs/content/doc/installation/with-docker.en-us.md @@ -245,6 +245,7 @@ You can configure some of Gitea's settings via environment variables: * `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 the displayed clone URL in Gitea's UI. * `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. * `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). |