version: '3' services: cloudflared: image: cloudflare/cloudflared:2024.1.5 container_name: ${CONTAINER_NAME} restart: always network_mode: host command: tunnel --no-autoupdate run --token ${token} labels: createdBy: "Apps"