From d763ae2f04639d2fd837406d4ac18f4287fdd476 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:42:28 +0100 Subject: [PATCH] Update docker-vm.sh --- vm/docker-vm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/docker-vm.sh b/vm/docker-vm.sh index 27c711f8f..6714582a0 100644 --- a/vm/docker-vm.sh +++ b/vm/docker-vm.sh @@ -904,6 +904,7 @@ if [ "$INSTALL_PORTAINER" = "yes" ]; then echo -e "${TAB}${DGN}Portainer: ${BGN}https://${VM_IP}:9443${CL}" else echo -e "${TAB}${DGN}Portainer: ${BGN}Will be accessible at https://:9443${CL}" + echo -e "${TAB}${YW}⚠️ Wait 2-3 minutes after boot for installation to complete${CL}" echo -e "${TAB}${YW}⚠️ Get IP with: ${BL}qm guest cmd ${VMID} network-get-interfaces${CL}" fi fi