Change SSH port to 31338
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
## 服務訪問
|
## 服務訪問
|
||||||
|
|
||||||
- **Web 界面**: http://localhost:31337
|
- **Web 界面**: http://localhost:31337
|
||||||
- **SSH Git**: localhost:2222
|
- **SSH Git**: localhost:31338
|
||||||
|
|
||||||
## 常用命令
|
## 常用命令
|
||||||
|
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "31337:3000"
|
- "31337:3000"
|
||||||
- "2222:22"
|
- "31338:22"
|
||||||
|
|||||||
Reference in New Issue
Block a user