mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-13 05:20:40 +02:00
Update opt-add-cloudflared.yml
This commit is contained in:
parent
c4d62d6d74
commit
954aa8d663
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user