fix(gitea): update SSH_PORT to 22 to match new external port
Clone URLs now show the correct standard port 22. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ services:
|
||||
GITEA__server__PROTOCOL: http
|
||||
GITEA__server__HTTP_PORT: 3000
|
||||
GITEA__server__START_SSH_SERVER: "true"
|
||||
GITEA__server__SSH_PORT: 2222
|
||||
GITEA__server__SSH_PORT: 22
|
||||
GITEA__server__SSH_LISTEN_PORT: 2222
|
||||
GITEA__server__LANDING_PAGE: /valknar
|
||||
GITEA__mailer__ENABLED: "true"
|
||||
|
||||
Reference in New Issue
Block a user