Use correct defautl ssh port
This commit is contained in:
parent
d3fbd8d88b
commit
ea8ec76461
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ data:
|
|||
GITEA__server__SSH_DOMAIN: FQDN
|
||||
GITEA__server__ROOT_URL: URL
|
||||
GITEA__server__HTTP_PORT: "3000"
|
||||
GITEA__server__SSH_PORT: "22"
|
||||
GITEA__server__SSH_PORT: "2225"
|
||||
|
||||
#[service]
|
||||
GITEA__service__DISABLE_REGISTRATION: "true"
|
||||
|
|
Loading…
Reference in a new issue