From ff465cdab69340419317b043c168c5c4d418fd9a Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Fri, 8 May 2026 19:27:02 -0600 Subject: [PATCH] fix(cloudflared): opt-out of isolated deployment (#856) 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 --- blueprints/cloudflared/template.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/blueprints/cloudflared/template.toml b/blueprints/cloudflared/template.toml index 7d2557cc..2b4d5239 100644 --- a/blueprints/cloudflared/template.toml +++ b/blueprints/cloudflared/template.toml @@ -1,6 +1,7 @@ variables = {} [config] +isolated = false domains = [] mounts = []