Skip to content

Instantly share code, notes, and snippets.

@hunzo
Created January 20, 2026 02:35
Show Gist options
  • Select an option

  • Save hunzo/73df292fc200f06eb38e80e221abe7fc to your computer and use it in GitHub Desktop.

Select an option

Save hunzo/73df292fc200f06eb38e80e221abe7fc to your computer and use it in GitHub Desktop.
cloudflare tunnel example
services:
cloudflared:
image: cloudflare/cloudflared:latest
container_name: cloudflared
restart: unless-stopped
command: tunnel --no-autoupdate run
environment:
- TUNNEL_TOKEN=YOUR_CLOUDFLARE_TOKEN
network_mode: host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment