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