Change SSH port to 31338

This commit is contained in:
2026-03-09 12:52:35 +08:00
parent 6d85eda7e1
commit 3cbb246b28
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
## 服務訪問
- **Web 界面**: http://localhost:31337
- **SSH Git**: localhost:2222
- **SSH Git**: localhost:31338
## 常用命令

View File

@@ -18,4 +18,4 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "31337:3000"
- "2222:22"
- "31338:22"

View File

@@ -2,4 +2,4 @@
docker-compose up -d
echo "Gitea 已啟動!"
echo "Web 界面: http://localhost:31337"
echo "SSH Git: localhost:2222"
echo "SSH Git: localhost:31338"