fix: show specific port 7655 in Pulse container setup output (#4951)

- Replace generic (:your_port) with actual port 7655 in ct/pulse.sh
- Provides users with correct access URL immediately after setup
- Fixes incomplete access information shown at container creation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
rcourtman 2025-06-04 06:02:07 +01:00 committed by GitHub
parent c9eaaee0c0
commit 02b753eb12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,4 +67,4 @@ description
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}(:your_port)${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:7655${CL}"