From 95899b72085c4025c48b0caaeaef2193cfe3d79f Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:45:20 -0600 Subject: [PATCH] fix(templates): update path file path --- apps/dokploy/templates/plausible/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/dokploy/templates/plausible/index.ts b/apps/dokploy/templates/plausible/index.ts index 95cfd4ed..3c106a8e 100644 --- a/apps/dokploy/templates/plausible/index.ts +++ b/apps/dokploy/templates/plausible/index.ts @@ -23,6 +23,7 @@ export function generate(schema: Schema): Template { const mounts: Template["mounts"] = [ { + filePath: "clickhouse-config.xml", mountPath: "./clickhouse/clickhouse-config.xml", content: ` @@ -45,6 +46,7 @@ export function generate(schema: Schema): Template { `, }, { + filePath: "clickhouse-user-config.xml", mountPath: "./clickhouse/clickhouse-user-config.xml", content: `