UDP疎通を変更
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user