From 8797a42d619308208334d029dc604722b083e843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 17 Jun 2026 20:25:59 +0200 Subject: [PATCH] fix(gitea): bind SSH explicitly to IPv4 to avoid conflict with sshd on IPv6 Docker binds to both [::]:22 and 0.0.0.0:22 without an explicit IP, conflicting with sshd on [::]:22. Co-Authored-By: Claude Sonnet 4.6 --- gitea/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/compose.yml b/gitea/compose.yml index 8cf3f39..a32e18f 100644 --- a/gitea/compose.yml +++ b/gitea/compose.yml @@ -37,7 +37,7 @@ services: GITEA__ui__DEFAULT_THEME: nord GITEA__ui__ENABLE_FEED: "true" ports: - - "22:2222" + - "82.165.139.220:22:2222" volumes: - ../.data/gitea/data:/data - ../.data/gitea/config:/etc/gitea