Skip to content

Instantly share code, notes, and snippets.

@Lucifer1590
Created December 30, 2022 13:37
Show Gist options
  • Save Lucifer1590/0f5eb83c669c2e0ad9129ce42043a447 to your computer and use it in GitHub Desktop.
Save Lucifer1590/0f5eb83c669c2e0ad9129ce42043a447 to your computer and use it in GitHub Desktop.
version: "3.8"
services:
tunnel:
container_name: cloudflared
image: jonoh/cloudflared
restart: unless-stopped
command: tunnel run
environment:
- TUNNEL_TOKEN=
networks:
default:
external:
name: tunnel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment