Added missing port to access url (#1065)

This commit is contained in:
Johanna Rührig 2024-12-28 20:31:25 +01:00 committed by GitHub
parent 8c0794c2bb
commit d4c95779bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,4 +82,4 @@ description
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/if/flow/initial-setup/${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9000/if/flow/initial-setup/${CL}"