Created
January 20, 2026 02:35
-
-
Save hunzo/73df292fc200f06eb38e80e221abe7fc to your computer and use it in GitHub Desktop.
cloudflare tunnel example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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