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
 
 "