mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2026-01-13 07:03:17 +08:00
* feat: support linux command line proxy standard with env HTTPS_PROXY and ALL_PROXY * chore: update docs for linux command linux proxy standard
docker-compose 部署教程
- 将打包好的前端文件放到
nginx/html目录下 -
# 启动 docker-compose up -d -
# 查看运行状态 docker ps -
# 结束运行 docker-compose down