diff --git a/gitea/compose.yml b/gitea/compose.yml index a32e18f..15f9f8a 100644 --- a/gitea/compose.yml +++ b/gitea/compose.yml @@ -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"