WARP-Clash-API icon indicating copy to clipboard operation
WARP-Clash-API copied to clipboard

[Feature request]Please provide pure docker command

Open buhe opened this issue 1 year ago • 1 comments

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 bugs and accepts feature 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 request has not been mentioned in other issues.
  • [ ] (Optional) For this Feature Request, I have already implemented a solution and opened a related Pull 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

buhe avatar May 14 '24 05:05 buhe

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

a5412398 avatar May 14 '24 06:05 a5412398

Thanks.

buhe avatar May 17 '24 04:05 buhe