From bebb4b973cd9c392cca11e879deab9ec75cfeb42 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:23:43 -0600 Subject: [PATCH] Update apps/dokploy/templates/heyform/index.ts --- apps/dokploy/templates/heyform/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/templates/heyform/index.ts b/apps/dokploy/templates/heyform/index.ts index 5e1a86be7..03ea4b923 100644 --- a/apps/dokploy/templates/heyform/index.ts +++ b/apps/dokploy/templates/heyform/index.ts @@ -14,7 +14,7 @@ export function generate(schema: Schema): Template { const domains: DomainSchema[] = [ { host: mainDomain, - port: 9513, + port: 8000, serviceName: "heyform", }, ];