Sfoglia il codice sorgente

Update cloudflared-tunnel.json (#82)

Dedy Martadinata S 2 anni fa
parent
commit
3f729fc08a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      template/apps/cloudflared-tunnel.json

+ 1 - 1
template/apps/cloudflared-tunnel.json

@@ -20,7 +20,7 @@
 	"note": "Requires a token in order to work. You can find the dashboard <a href='https://dash.teams.cloudflare.com/'>here</a>. 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 --no-autoupdate run --token ${TUNNEL_TOKEN}",
+	"command": "tunnel run",
 	"restart_policy": "unless-stopped",
 	"title": "Cloudflared Tunnel",
 	"type": 1,