diff --git a/ct/docker.sh b/ct/docker.sh index 5b8589ae5..99d1b3472 100644 --- a/ct/docker.sh +++ b/ct/docker.sh @@ -90,3 +90,5 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" +echo -e "${INFO}${YW} If you installed Portainer, access it at the following URL:${CL}" +echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:9443${CL}"