opt: 优化 docker-compse 构建脚本,修复后端路由 Bug

This commit is contained in:
RockYang
2023-06-23 18:04:16 +08:00
parent 1795a891ce
commit d03ed6570b
8 changed files with 23 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
Listen = "0.0.0.0:5678"
ProxyURL = "http://127.0.0.1:7777"
ProxyURL = "http://192.168.3.200:7777"
MysqlDns = "root:12345678@tcp(192.168.3.200:3306)/chatgpt_plus?charset=utf8mb4&parseTime=True&loc=Local"
[Session]