Update apps/dokploy/templates/heyform/index.ts

This commit is contained in:
Mauricio Siu 2024-11-19 20:23:43 -06:00 committed by GitHub
parent f790530d4d
commit bebb4b973c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ export function generate(schema: Schema): Template {
const domains: DomainSchema[] = [
{
host: mainDomain,
port: 9513,
port: 8000,
serviceName: "heyform",
},
];