vvbbnn00 / WARP-Clash-API

该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic.
GNU General Public License v3.0
8.52k stars 1.16k forks source link

[Feature request]Please provide pure docker command #204

Closed buhe closed 6 months ago

buhe commented 6 months ago

To quickly locate the issue and reduce unnecessary trouble, please check if a related issue already exists before creating a new one. Thank you!

📜 Checklist

Is this Feature Request related to a problem in the current project? If yes, please describe below:

Such as

docker run xxx
a5412398 commented 6 months ago

You can give this a try:docker run -p 21001:3000 -e SECRET_KEY=123456 -v ./account:/app/account -v ./logs:/app/logs vvbbnn00/warp-clash-api:latest

buhe commented 6 months ago

Thanks.