mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: make generate domain port be 3000 by default
This commit is contained in:
@@ -47,7 +47,7 @@ export const generateDomain = async (
|
||||
serverIp: admin.serverIp || "",
|
||||
projectName: application.appName,
|
||||
}),
|
||||
port: process.env.NODE_ENV === "development" ? 3000 : 80,
|
||||
port: 3000,
|
||||
certificateType: "none",
|
||||
https: false,
|
||||
path: "/",
|
||||
|
||||
Reference in New Issue
Block a user