WARP-Clash-API
WARP-Clash-API copied to clipboard
[Feature request]Please provide pure docker command
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
- [x] I understand that the current issue mainly handles
bugsand acceptsfeature requests. Other types of issues (such as operational, configuration issues, client issues, etc.) should be posted in discussions, otherwise, the issue may be closed. - [x] I have verified that this
feature requesthas not been mentioned in other issues. - [ ] (Optional) For this
Feature Request, I have already implemented a solution and opened a relatedPull Request(thank you for your contribution!)
Is this Feature Request related to a problem in the current project? If yes, please describe below:
Such as
docker run xxx
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
Thanks.