Merge pull request #59 from oesukam/chore-update-server-port-logs

Correct server port log for non 3000 port
This commit is contained in:
Mauricio Siu
2024-05-07 20:56:09 -06:00
committed by GitHub

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