docs: 增加容器部署文档

This commit is contained in:
RockYang
2023-06-25 11:06:18 +08:00
parent 32ac454b5b
commit eadb9a733f
10 changed files with 126 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
Listen = "0.0.0.0:5678"
ProxyURL = ["YOUR_PROXY_URL"]
ProxyURL = "YOUR_PROXY_URL"
MysqlDns = "mysql_user:mysql_pass@tcp(localhost:3306)/chatgpt_plus?charset=utf8&parseTime=True&loc=Local"
[Session]