From e25a0c24b85824c42138ce3a65458dc581c44991 Mon Sep 17 00:00:00 2001 From: baldarn Date: Wed, 31 Aug 2022 12:01:26 +0200 Subject: [PATCH] changed ssh port to 22, standard proxied to 2222 --- gitea/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/config.json b/gitea/config.json index d9056cebe..fc5909c6d 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -19,7 +19,7 @@ }, "ports": { "3000/tcp": 3000, - "2222/tcp": 2222 + "22/tcp": 2222 }, "ports_description": { "3000/tcp": "Http web interface",