You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/installation/with-docker.en-us.md
+1
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,7 @@ You can configure some of Gitea's settings via environment variables:
245
245
*`RUN_MODE`: **dev**: For performance and other purposes, change this to `prod` when deployed to a production environment.
246
246
*`SSH_DOMAIN`: **localhost**: Domain name of this server, used for the displayed clone URL in Gitea's UI.
247
247
*`SSH_PORT`: **22**: SSH port displayed in clone URL.
248
+
*`SSH_LISTEN_PORT`: **%(SSH\_PORT)s**: Port for the built-in SSH server.
248
249
*`DISABLE_SSH`: **false**: Disable SSH feature when it's not available.
249
250
*`HTTP_PORT`: **3000**: HTTP listen port.
250
251
*`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).
0 commit comments