From b1cbf6ea635ed2281b5d9bea45096c2b2b73fbf2 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 8 Jun 2024 12:29:53 -0600 Subject: [PATCH] Update install.sh --- public/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/install.sh b/public/install.sh index 0cbe2e3..ae4ac1c 100644 --- a/public/install.sh +++ b/public/install.sh @@ -77,7 +77,6 @@ docker service create \ dokploy/dokploy:latest -public_ip=$(hostname -I | awk '{print $1}') GREEN="\033[0;32m" YELLOW="\033[1;33m" @@ -88,5 +87,5 @@ NC="\033[0m" # No Color echo "" printf "${GREEN}Congratulations, Dokploy is installed!${NC}\n" printf "${BLUE}Wait 15 seconds for the server to start${NC}\n" -printf "${YELLOW}Please go to http://${public_ip}:3000${NC}\n\n" +printf "${YELLOW}Please go to http://${advertise_addr}:3000${NC}\n\n" echo ""