From 440b5cee8bf6327e01abbf5f550ffb098129ff61 Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 10 Apr 2021 21:50:15 +0200 Subject: [PATCH] Update 'create_container.sh' --- create_container.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/create_container.sh b/create_container.sh index be5d685..ed721d7 100644 --- a/create_container.sh +++ b/create_container.sh @@ -169,12 +169,11 @@ pct exec $CTID /setup.sh # Get network details and show completion message IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -info "Successfully created Portainer LXC to $CTID." +info "Successfully created LXC to $CTID." msg " -Portainer is reachable by going to the following URLs. +Enjoy! - http://${IP}:9000 - http://${HOSTNAME}.local:9000 +Portainer: http://${IP}:9000 "