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:
@@ -11,7 +11,7 @@ export function generate(schema: Schema): Template {
|
|||||||
const hulySecret = generateBase64(64);
|
const hulySecret = generateBase64(64);
|
||||||
const domains: DomainSchema[] = [
|
const domains: DomainSchema[] = [
|
||||||
{
|
{
|
||||||
host: generateRandomDomain(schema),
|
host: mainDomain,
|
||||||
port: 80,
|
port: 80,
|
||||||
serviceName: "nginx",
|
serviceName: "nginx",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user