From 5c564b4bd1946049c3d7893031c6adc8e7f97a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 13 Aug 2025 21:00:08 +0200 Subject: [PATCH] Update (#6803) --- ct/docker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/docker.sh b/ct/docker.sh index 5b8589ae58..99d1b3472f 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}"