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:
2026-06-17 20:27:01 +02:00
co-authored by Claude Sonnet 4.6
parent 8797a42d61
commit fa0f5cba4b
+1 -1
View File
@@ -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"