services: cloudflared: image: cloudflare/cloudflared:2024.8.2 container_name: ${CONTAINER_NAME} restart: always network_mode: 1panel-network command: tunnel --no-autoupdate run --token ${token} labels: createdBy: "Apps" networks: 1panel-network: external: true