OMV Cloudflare Docker Compose Tunnel

This is a Down and Dirty Compose to get the Tunnel working. composer will save the file in the default folder you set up when you went through the setup of composer. Happy Tunnelling

d

version: '3.8'

services:
  cloudflared:
    image: cloudflare/cloudflared:latest
    container_name: cloudflared
    command: tunnel --no-autoupdate run --token eyJhIjoiOWE1MjUxNDA1
   
    networks:
      - host #a name for the Cloudflare Network
    restart: unless-stopped

networks:
  host: #a name for the Cloudflare Network

Share : https://13a.uk/91qv