You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
夜法之书(appotry) 89f78bd4c7
添加nginx防止爬虫爬取配置 (#1187)
* 添加nginx防止爬虫爬取配置

* Update nginx.conf

* Update README.md
2 years ago
..
nginx 添加nginx防止爬虫爬取配置 (#1187) 2 years ago
docker-compose.yml feat: add socks username/password config (#890) 2 years ago
readme.md chore: 简化docker-compose部署 (#466) 2 years ago

readme.md

docker-compose 部署教程

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