Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 339 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 339 Bytes

Nas-tools Chrome Server

运行方式

  • 直接安装

    pip install -r requirements.txt
    
    uvicorn app:app --host 0.0.0.0 --port 9850
  • 通过 docker 部署 默认的shm太小,必须要配置 shm-size

    docker run --shm-size=2g -p 9850:9850 -d linyuan213/nas-tools-chrome:latest