Securely Self-Hosting n8n with Docker & Cloudflare Tunnel (The... Arguably Less-Painful Way)

you can also just add it into the docker composer like this

cloudflared:
image: cloudflare/cloudflared:latest
command: tunnel --no-autoupdate run --token TOKENHERE
restart: always
depends_on:
- n8n

saves so much time :slight_smile:

1 Like