feat(gitea): expose SSH on port 22

sshd is now IPv6-only (ListenAddress ::, bindv6only=1), freeing
IPv4 port 22 for Gitea SSH.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 20:25:42 +02:00
co-authored by Claude Sonnet 4.6
parent 0f943b5a62
commit 1e5d5254a6
+1 -1
View File
@@ -37,7 +37,7 @@ services:
GITEA__ui__DEFAULT_THEME: nord
GITEA__ui__ENABLE_FEED: "true"
ports:
- "2222:2222"
- "22:2222"
volumes:
- ../.data/gitea/data:/data
- ../.data/gitea/config:/etc/gitea