mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
fix(cloudflared): opt-out of isolated deployment
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
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
variables = {}
|
||||
|
||||
[config]
|
||||
isolated = false
|
||||
domains = []
|
||||
mounts = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user