mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: correct server port log for non 3000 port
This commit is contained in:
@@ -74,7 +74,7 @@ async function welcomeServer() {
|
|||||||
"",
|
"",
|
||||||
"Dokploy server is up and running!",
|
"Dokploy server is up and running!",
|
||||||
"Please wait for 15 seconds before opening the browser.",
|
"Please wait for 15 seconds before opening the browser.",
|
||||||
` http://${ip}:3000`,
|
` http://${ip}:${PORT}`,
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
|
|||||||
Reference in New Issue
Block a user