Update opt-add-cloudflared.yml

This commit is contained in:
Andrew Camilleri 2023-08-18 14:10:13 +02:00 committed by GitHub
parent c4d62d6d74
commit 954aa8d663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@ version: "3"
services:
cloudflared:
container_name: 'cloudflared-tunnel'
image: btcpayserver/cloudflared:2022.6.3
image: btcpayserver/cloudflared:2023.7.3
command: 'tunnel --no-autoupdate run --token ${CLOUDFLARE_TUNNEL_TOKEN}'
restart: 'on-failure'
environment:
REAL_IP_HEADER: Cf-Connecting-Ip
links:
- nginx
- nginx