diff --git a/template/apps/cloudflared.json b/template/apps/cloudflared.json index 9db797b..dd2bcca 100644 --- a/template/apps/cloudflared.json +++ b/template/apps/cloudflared.json @@ -20,7 +20,7 @@ "note": "Requires a token in order to work. You can find the dashboard here. Once you logged in, go to Access followed by Tunnels. Create a tunnel. After you gave it a name you'll see in the command section a long string of chacters. This is your token you must copy.", "officialDoc": "https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/", "platform": "linux", - "command": "tunnel run", + "command": "tunnel --no-autoupdate run --token ${TUNNEL_TOKEN}", "restart_policy": "unless-stopped", "title": "Cloudflared", "type": 1,