docker network create-d macvlan \--subnet=192.168.0.0/24\--gateway=192.168.0.1\-oparent=enp4s0 \ macvlan-net 用Docker-compose部署容器 vim docker-compose.yml输入以下内容 version:'3.3'services:clash:container_name:clash image:dreamacro/clash-premium restart:always privileged:truedevices:-/dev/net/...
是星河呀 当坚持成为一种习惯 借着熟悉hotdesk的机会,把clash重新配了一遍,又倒腾了docker和docker compose。原来在linux下用docker是如此舒适的体验,安装照着官网做(中途遇到网络问题),部署直接docker compose up --build就完事了,根本不需要煞费苦心地在服务器上真的装个postgresql。这下服务器的环境变得很干净了 ...
该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic. - WARP-Clash/docker-compose.yaml at master · lengshu/WARP-Clash
该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic. - WARP-Clash-API/docker-compose.yaml at master · jizusun/WARP-Clash-API
docker-compose.yml: yaml version:'3.3'services:clash:build:.container_name:clashvolumes:-./config:/root/.config/clashnetwork_mode:host# 容器直接使用宿主机网络,避免虚拟网卡性能损耗cap_add:-NET_ADMIN# 容器拥有网络管理权限,可修改宿主机iptablesrestart:unless-stopped ...
/ docker-compose.yaml Latest commit vvbbnn00 Add index.html, fix some minor bugs, and improve README.md.Aug 24, 2023 51cb79f· Aug 24, 2023 HistoryHistory File metadata and controls Code Blame 12 lines (12 loc) · 214 Bytes Raw version: "3.8" services: warp-clash: build: . por...
该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic. - WARP-Clash-API/docker-compose.yaml at master · iofeqkurrc42/WARP-Clash-API
docker-compose.yamlLatest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 12 lines (12 loc) · 214 Bytes Raw version: "3.8" services: warp-clash: build: . ports: - "21001:3000" env_file: - .env.local volumes: - ./config:/app/...
该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic. - WARP-Clash-API/docker-compose.yaml at master · googlesupportter/WARP-Clash-API
该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic. - WARP-Clash-API/docker-compose.yaml at master · Sovy-i/WARP-Clash-API