mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #59 from oesukam/chore-update-server-port-logs
Correct server port log for non 3000 port
This commit is contained in:
commit
3193d5eabd
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user