1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-20 13:00:30 +08:00

Update cloudflared network mode (#974)

This commit is contained in:
Anye 2024-02-24 18:48:51 +08:00 committed by GitHub
parent d03c83faea
commit ab3a29e288

View File

@ -4,7 +4,10 @@ services:
image: cloudflare/cloudflared:2024.2.1
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
network_mode: 1panel-network
command: tunnel --no-autoupdate run --token ${token}
labels:
createdBy: "Apps"
createdBy: "Apps"
networks:
1panel-network:
external: true