We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
很简单一个东西 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:
No branches or pull requests
很简单一个东西
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: