Setting up a Cloudflare Tunnel using Docker

  • Post author:WunderTech
  • Post published:June 16, 2024
  • Post last modified:June 15, 2024
  • Post category:Docker
  • Reading time:1 mins read

The video above displays how to set up a Cloudflare Tunnel using Docker for a complete Zero Trust Network. Cloudflare Tunnels require no port forwarding and allow you to expose multiple services safely and securely.

Cloudflare Tunnel Docker Compose Example

Add your token below or customize this generic Docker Compose file for Cloudflared.

version: "3.3"
services:
  cloudflared:
    image: cloudflare/cloudflared:latest
    command: tunnel run
    environment:
      - TUNNEL_TOKEN=[YOUR_TOKEN]

WunderTech

WunderTech is a website that provides tutorials and guides on various NAS, server, networking, and infrastructure-related topics. WunderTech is maintained by Frank Joseph, an IT professional with 14+ years of experience in corporate IT and application management. He focuses on sharing his experience with others on his WunderTech website and YouTube page. Frank holds a Bachelor of Science in Computer Information Systems and a master of Business Administration (MBA).