Skip to content

shmick/docker-cloudflared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

184 Commits
 
 
 
 
 
 

Repository files navigation

Cloudflare Tunnel client

A lightweight container image of the Cloudflare Tunnel client with support for armv7, arm64 and amd64

Build Status

Setup with docker compose

docker-compose.yml

version: "3.8"

services:
  cloudflare-tunnel:
    container_name: cloudflare-tunnel
    image: ghcr.io/shmick/docker-cloudflared
    user: 1000:1000
    network_mode: host
    environment: 
      - TUNNEL_TOKEN=<long tunnel token string>
      - TUNNEL_METRICS=localhost:21000
    command: tunnel run
    restart: unless-stopped

About

An ARM and X86 versions of the cloudfared container image as cloudflare only offers an x86 container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors