From a4cc3b619a0746508821251f630375c43d06b1e8 Mon Sep 17 00:00:00 2001 From: DJKnaeckebrot Date: Mon, 30 Dec 2024 11:07:28 +0100 Subject: [PATCH] fix: resolve issue with wrong domain --- apps/dokploy/templates/huly/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/templates/huly/index.ts b/apps/dokploy/templates/huly/index.ts index deb5c7db..3157ed51 100644 --- a/apps/dokploy/templates/huly/index.ts +++ b/apps/dokploy/templates/huly/index.ts @@ -11,7 +11,7 @@ export function generate(schema: Schema): Template { const hulySecret = generateBase64(64); const domains: DomainSchema[] = [ { - host: generateRandomDomain(schema), + host: mainDomain, port: 80, serviceName: "nginx", },