Make named tunnels work like "legacy" tunnels
10K+
Cloudflared "legacy" tunnels have been deprecated. A switch to named tunnels is needed.
This image mimics the "niceness" of "legacy" tunnels, but uses named tunnels internally.
All that is needed is a cert.pem, TUNNEL_HOSTNAME and TUNNEL_URL
services:
cloudflared:
image: firecow/cloudflared:${FCF_IMAGE_VERSION}
stop_grace_period: 1m
environment:
TUNNEL_HOSTNAME: https://somesub.example.com
TUNNEL_URL: http://webserver:8080
volumes:
- ./example.com.cert.pem:/etc/cloudflared/cert.pem
Content type
Image
Digest
sha256:4c97cf133…
Size
22.6 MB
Last updated
12 days ago
docker pull firecow/cloudflared