mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 14:15:21 +02:00
Fix: Windmill Path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user