AirportR / fulltclash

General proxy performance testing tool based on Clash using Telegram API.
https://fulltclash.gitbook.io/fulltclash-doc
BSD 2-Clause "Simplified" License
645 stars 109 forks source link

增加纯后端镜像 #160

Closed aipeach closed 7 months ago

aipeach commented 7 months ago

添加纯后端镜像,方便一键部署后端。 branch可选origin meta-e buildtoken=BUILDTOKEN \这一行没修改过可以不填

docker run -idt \
   --name fulltclash-ws \
   -e branch=origin \
   -e core=4 \
   -e token=114514 \
   -e buildtoken=BUILDTOKEN \
   -p 8765:8765 \
   --restart always \
   airportr/fulltclash:ws