chore: correct server port log for non 3000 port

This commit is contained in:
Olivier Esuka
2024-05-07 21:23:52 +02:00
parent 237a01d7ae
commit 2170c3f1e8

View File

@@ -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"),