飞牛nas安装cloudflare
version: '3.8'
services:
cloudflared:
image: cloudflare/cloudflared:latest
container_name: cloudflared
restart: always
network_mode: host
command: tunnel run --token eyJhIjoiZTE0ZThiNzk1Njk3MmVmOWU1N2IyMTk0NjI3YWQwMjciLCJ0IjoiMTE0M..................
```