refactor: 更改调试端口
- 将 docker-compose.yaml 中的端口映射从 26060:6060 修改为 22390:12390- 在 main.go 中将 HTTP服务监听端口从 6060 修改为 12390
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
always
|
||||
ports:
|
||||
- "127.0.0.1:22309:12309"
|
||||
- "127.0.0.1:26060:6060"
|
||||
- "127.0.0.1:22390:12390"
|
||||
volumes:
|
||||
- /data/kami/gateway/conf/:/app/conf/
|
||||
- /data/kami/gateway/logs/:/app/logs/
|
||||
|
||||
Reference in New Issue
Block a user