Skip to content

Commit

Permalink
Merge pull request #59 from oesukam/chore-update-server-port-logs
Browse files Browse the repository at this point in the history
Correct server port log for non 3000 port
  • Loading branch information
Siumauricio authored May 8, 2024
2 parents 237a01d + 2170c3f commit 3193d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 3193d5e

Please sign in to comment.