services.gitea: fix ssh

This commit is contained in:
陈浩南 2023-12-17 14:10:16 +08:00
parent c6c9bbafae
commit 9ea81dfe9e

View File

@ -30,7 +30,6 @@ inputs:
};
server =
{
SSH_PORT = 2222;
ROOT_URL = "https://${gitea.hostname}";
DOMAIN = gitea.hostname;
HTTP_PORT = 3002;