From ebabcde784f161fd8a91192c6d2b60f3e85d25f9 Mon Sep 17 00:00:00 2001 From: Rerurate_514-Researchable Date: Tue, 21 Apr 2026 19:17:16 +0900 Subject: [PATCH] =?UTF-8?q?UDP=E7=96=8E=E9=80=9A=E3=82=92=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 8dd35a2..73c98f8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -10,7 +10,7 @@ services: image: cloudflare/cloudflared:latest container_name: cloudflared restart: unless-stopped - command: tunnel --no-autoupdate run --token ${CLOUDFLARE_TOKEN} + command: tunnel --no-autoupdate --protocol http2 run --token ${CLOUDFLARE_TOKEN} environment: - TUNNEL_TOKEN=${CLOUDFLARE_TOKEN} depends_on: