JimsGarage/Cloudflare-HTTPS/cloudflared/docker-compose.yaml

14 lines
276 B
YAML

services:
tunnel:
container_name: cloudflared-tunnel
image: cloudflare/cloudflared
restart: unless-stopped
command: tunnel run
networks:
- proxy
environment:
- TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}
networks:
proxy:
external: true