cloudflared-compose.yml
· 203 B · YAML
Raw
services:
cloudflared:
image: cloudflare/cloudflared:latest
container_name: cloudflared
restart: unless-stopped
command: tunnel run
environment:
- TUNNEL_TOKEN=${TUNNEL_TOKEN}
| 1 | services: |
| 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} |