Skip to content

Instantly share code, notes, and snippets.

View Maximilian-Pichler's full-sized avatar
💥

Maximilian Gruber Maximilian-Pichler

💥
View GitHub Profile
version: '3.8'
services:
tunnel:
container_name: tunnel
image: cloudflare/cloudflared:latest
restart: unless-stopped
command: tunnel run
env_file: ./.env/.tunnel
networks:
- external-network