Lightweight Docker image for Cloudflare Tunnel with ArgoSB, ideal for VPS relay and node routing.
1.6K
轻量级自动 Cloudflare Tunnel 容器,集成 ArgoSB 脚本,适用于快速部署节点聚合、出口优化、隧道中转等网络服务场景。
👉 GitHub 项目地址(包含 Dockerfile 与脚本):
https://github.com/playwjj/work-tunnel/tree/docker
docker run -d \
--name work-tunnel \
-e PORT=11443 \
-e UUID=your-uuid \
-e TUNNEL_DOMAIN=your.domain.com \
-e TUNNEL_TOKEN=your-cloudflared-token \
passport888/work-tunnel:latest
version: '3.8'
services:
work-tunnel:
image: passport888/work-tunnel:latest
container_name: work-tunnel
restart: unless-stopped
environment:
PORT: "11443"
UUID: "your-uuid"
TUNNEL_DOMAIN: "your.domain.com"
TUNNEL_TOKEN: "your-cloudflared-token"
| 变量名 | 示例值 | 说明 |
|---|---|---|
| PORT | 11443 | 聚合服务监听端口 |
| UUID | 123e4567-e89b... | 用户标识或节点 UUID |
| TUNNEL_DOMAIN | your.domain.com | Cloudflare Tunnel 分配的公网域名 |
| TUNNEL_TOKEN | eyJhIjoiY... | Cloudflare Tunnel 的访问令牌 |
docker logs 获取本镜像仅供学习交流与自用测试,严禁用于任何违反法律法规的用途。使用本项目造成的后果由使用者自负。
Content type
Image
Digest
sha256:999cde0d4…
Size
27.9 MB
Last updated
6 months ago
docker pull passport888/work-tunnel