Skip to content

Instantly share code, notes, and snippets.

@clemone210
Created April 28, 2023 14:42
Show Gist options
  • Save clemone210/ad46861190c54d50da80c030ad3af1bc to your computer and use it in GitHub Desktop.
Save clemone210/ad46861190c54d50da80c030ad3af1bc to your computer and use it in GitHub Desktop.
Cloudflare Zero Trust Tunnel docker-compose file.
version: "3.9"
services:
tunnel:
container_name: cloudflared-tunnel
image: cloudflare/cloudflared
restart: unless-stopped
command: tunnel run
environment:
- TUNNEL_TOKEN=yourtoken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment