Update opt-add-cloudflared.yml
This commit is contained in:
@@ -3,10 +3,10 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
cloudflared:
|
cloudflared:
|
||||||
container_name: 'cloudflared-tunnel'
|
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}'
|
command: 'tunnel --no-autoupdate run --token ${CLOUDFLARE_TUNNEL_TOKEN}'
|
||||||
restart: 'on-failure'
|
restart: 'on-failure'
|
||||||
environment:
|
environment:
|
||||||
REAL_IP_HEADER: Cf-Connecting-Ip
|
REAL_IP_HEADER: Cf-Connecting-Ip
|
||||||
links:
|
links:
|
||||||
- nginx
|
- nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user