Change web port to 31337
This commit is contained in:
7
.claude/settings.local.json
Normal file
7
.claude/settings.local.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(git remote add origin 192.168.88.81:/Users/timmy/88_81/gitea && git remote -v)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
## 服務訪問
|
||||
|
||||
- **Web 界面**: http://localhost:3000
|
||||
- **SSH Git**: localhost:222
|
||||
- **Web 界面**: http://localhost:31337
|
||||
- **SSH Git**: localhost:2222
|
||||
|
||||
## 常用命令
|
||||
|
||||
|
||||
@@ -17,5 +17,5 @@ services:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "222:22"
|
||||
- "31337:3000"
|
||||
- "2222:22"
|
||||
|
||||
Reference in New Issue
Block a user