Skip to content

Instantly share code, notes, and snippets.

@trentnbauer
Created July 21, 2023 03:32
Show Gist options
  • Save trentnbauer/349afde93884dce6d85822c58ec799ce to your computer and use it in GitHub Desktop.
Save trentnbauer/349afde93884dce6d85822c58ec799ce to your computer and use it in GitHub Desktop.
My compose file for a Cloudflare Tunnel. Please fill the $KEY variable
version: "3"
services:
app:
image: cloudflare/cloudflared:2023.7.1
restart: unless-stopped
network_mode: host
command: tunnel run -token $KEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment