Skip to content

Commit

Permalink
fix: resolve issue with wrong domain
Browse files Browse the repository at this point in the history
  • Loading branch information
DJKnaeckebrot committed Dec 30, 2024
1 parent 638fbe1 commit a4cc3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dokploy/templates/huly/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit a4cc3b6

Please sign in to comment.