diff --git a/deployBigMem.sh b/deployBigMem.sh
index 2bffc947cf8951fc1c631bce9ffd74154bc7b514..d722012ff090bc1c5ce76d88cdd49a076249899d 100644
--- a/deployBigMem.sh
+++ b/deployBigMem.sh
@@ -89,7 +89,7 @@ then
     echo " "
     echo Results will be written to    : $2
     echo " "
-    hostname -I | awk -v port=$APP_PORT '{print "You can access the workflow interface at :  http://"$1":"port}'
+    hostname -I | grep -E -o "162.38.181.[0-9]{1,3}" | awk -v port=$APP_PORT '{print "You can access the workflow interface at :  http://"$1":"port}'
     echo " "
     echo To start a Bash session inside the container : docker exec -it $CONTAINER_ID /bin/bash
 else