change incorrect ssh port 222 to 22

This commit is contained in:
leo 2024-08-22 14:34:06 +05:00
parent f3306a51a7
commit 46bacaf605

View File

@ -14,7 +14,7 @@ services:
ROOT_URL: https://git.${SERVER_DOMAIN} ROOT_URL: https://git.${SERVER_DOMAIN}
HTTP_PORT: 3000 HTTP_PORT: 3000
SSH_PORT: 222 SSH_PORT: 22
SSH_LISTEN_PORT: 22 SSH_LISTEN_PORT: 22
SSH_DOMAIN: git.${SERVER_DOMAIN} SSH_DOMAIN: git.${SERVER_DOMAIN}