mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #1032 from DJKnaeckebrot/feature/fix-huly-template
fix(huly-template): resolve issue with wrong domain
This commit is contained in:
commit
592bf9292e
@ -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",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user