From 7b92e7045ab1ebf42e4d1e0b0bf7e51feb16a74b Mon Sep 17 00:00:00 2001 From: Robert Middleswarth <72569+rmiddle@users.noreply.github.com> Date: Sun, 25 Sep 2022 01:27:24 -0400 Subject: [PATCH] Update cloudflared.json --- template/apps/cloudflared.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,