diff --git a/ct/alpine-traefik.sh b/ct/alpine-traefik.sh index 198c8a3..e71efd3 100644 --- a/ct/alpine-traefik.sh +++ b/ct/alpine-traefik.sh @@ -37,3 +37,6 @@ build_container description msg_ok "Completed Successfully!\n" +echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" +echo -e "${INFO}${YW} WebUI Access (if configured) - using the following URL:${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080/dashboard${CL}"