You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-11-27 23:14:33,971 | INFO | Request UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.2792.40 Safari/537.36 Edg/129.0.2792.40
2024-11-27 23:14:33,971 | INFO | Request impersonate: chrome116
很简单一个东西
docker run --network host -d
--name chat2api
-v /root/chatapi/data:/app/data
-e TZ=Asia/Shanghai
-e PROXY_URL=http://YouProxyUrl
lanqian528/chat2api:latest
使用host网络模式时候直接用主机的端口了,不需要设置端口
其他参数根据自己需求配置
docker和docker-compose一样
The text was updated successfully, but these errors were encountered: