From 8abf4d979cb8f4d22d3bde27dc18ddfb9fce5e8f Mon Sep 17 00:00:00 2001 From: Ryan Winter Date: Tue, 2 Jan 2024 14:45:11 -0800 Subject: [PATCH] portainer not available on port 9000 --- ct/homeassistant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index 5b6a858e..66dcafe2 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -136,4 +136,4 @@ msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8123${CL} Portainer should be reachable by going to the following URL. - ${BL}http://${IP}:9000${CL}\n" + ${BL}https://${IP}:9443${CL}\n"