mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(template): aptabase set port 8080
This commit is contained in:
parent
ac28aff022
commit
b8741f1702
@ -15,7 +15,7 @@ export function generate(schema: Schema): Template {
|
||||
const domains: DomainSchema[] = [
|
||||
{
|
||||
host: mainDomain,
|
||||
port: 8000,
|
||||
port: 8080,
|
||||
serviceName: "aptabase",
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user