From 0799f8e04c75c654edab22368497e1c52fbda141 Mon Sep 17 00:00:00 2001 From: DrMxrcy Date: Tue, 12 Nov 2024 13:05:56 -0500 Subject: [PATCH] Fix: Windmill Path --- apps/dokploy/templates/windmill/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/templates/windmill/index.ts b/apps/dokploy/templates/windmill/index.ts index 3c8ee719..7608476b 100644 --- a/apps/dokploy/templates/windmill/index.ts +++ b/apps/dokploy/templates/windmill/index.ts @@ -26,7 +26,7 @@ export function generate(schema: Schema): Template { const mounts: Template["mounts"] = [ { - mountPath: "./Caddyfile", + filePath: "./Caddyfile", content: `{$BASE_URL} { bind {$ADDRESS} reverse_proxy /ws/* http://lsp:3001