UDP疎通を変更

This commit is contained in:
Rerurate_514-Researchable
2026-04-21 19:17:16 +09:00
parent bf4e665ec4
commit ebabcde784

View File

@@ -10,7 +10,7 @@ services:
image: cloudflare/cloudflared:latest image: cloudflare/cloudflared:latest
container_name: cloudflared container_name: cloudflared
restart: unless-stopped restart: unless-stopped
command: tunnel --no-autoupdate run --token ${CLOUDFLARE_TOKEN} command: tunnel --no-autoupdate --protocol http2 run --token ${CLOUDFLARE_TOKEN}
environment: environment:
- TUNNEL_TOKEN=${CLOUDFLARE_TOKEN} - TUNNEL_TOKEN=${CLOUDFLARE_TOKEN}
depends_on: depends_on: