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
commit 3193d5eabd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ async function welcomeServer() {
"",
"Dokploy server is up and running!",
"Please wait for 15 seconds before opening the browser.",
` http://${ip}:3000`,
` http://${ip}:${PORT}`,
"",
"",
].join("\n"),