mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-24 16:45:22 +02:00
Cloudflared requires network_mode: host which is mutually exclusive with Docker networks. Setting isolated = false prevents Dokploy from injecting networks into this compose. Fixes https://github.com/Dokploy/dokploy/issues/4366
10 lines
110 B
TOML
10 lines
110 B
TOML
variables = {}
|
|
|
|
[config]
|
|
isolated = false
|
|
domains = []
|
|
mounts = []
|
|
|
|
[config.env]
|
|
CLOUDFLARE_TUNNEL_TOKEN = ""
|