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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user