1
0
Fork 0

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
1 changed files with 5 additions and 2 deletions

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