chatgpt-web/docker-compose
夜法之书(appotry) 89f78bd4c7
添加nginx防止爬虫爬取配置 (#1187)
* 添加nginx防止爬虫爬取配置

* Update nginx.conf

* Update README.md
2023-04-24 20:08:30 +08:00
..
nginx 添加nginx防止爬虫爬取配置 (#1187) 2023-04-24 20:08:30 +08:00
docker-compose.yml feat: add socks username/password config (#890) 2023-03-31 13:09:51 +08:00
readme.md chore: 简化docker-compose部署 (#466) 2023-03-10 14:33:36 +08:00

readme.md

docker-compose 部署教程

  • 将打包好的前端文件放到 nginx/html 目录下
  • # 启动
    docker-compose up -d
    
  • # 查看运行状态
    docker ps
    
  • # 结束运行
    docker-compose down