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

fix 修复容器更新同步代码后没有执行权限的问题 #178

Closed aipeach closed 6 months ago

aipeach commented 6 months ago

并增加git_proxy环境变量,让部分连接不上GitHub的机器方便一键设置git代理,让git pull更方便.

docker run -itd \
   --name=fulltclash \
   --network=host \
   --restart=always \
   -e git_proxy=127.0.0.1:7890 \
   -v /etc/fulltclash/config.yaml:/app/resources/config.yaml \
   airportr/fulltclash:latest