From d0e9ba086ec3fc8a59c5fea1c47767fd9ae1ad8d Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Fri, 8 May 2026 19:21:40 -0600 Subject: [PATCH] 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 --- 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 = []