Last active 1720811960

Revision f7fd76c14d4095ad52befeee15f22e1d7a5a9e6c

cloudflared-compose.yml Raw
1services:
2 cloudflared:
3 image: cloudflare/cloudflared:latest
4 container_name: cloudflared
5 restart: unless-stopped
6 command: tunnel run
7 environment:
8 - TUNNEL_TOKEN=${TUNNEL_TOKEN}