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
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