mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Fix: Windmill Path
This commit is contained in:
@@ -26,7 +26,7 @@ export function generate(schema: Schema): Template {
|
|||||||
|
|
||||||
const mounts: Template["mounts"] = [
|
const mounts: Template["mounts"] = [
|
||||||
{
|
{
|
||||||
mountPath: "./Caddyfile",
|
filePath: "./Caddyfile",
|
||||||
content: `{$BASE_URL} {
|
content: `{$BASE_URL} {
|
||||||
bind {$ADDRESS}
|
bind {$ADDRESS}
|
||||||
reverse_proxy /ws/* http://lsp:3001
|
reverse_proxy /ws/* http://lsp:3001
|
||||||
|
|||||||
Reference in New Issue
Block a user