From d3056b9acf3040cb6480cb9dbfd54c1cffd57035 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Tue, 20 May 2025 13:31:20 -0700 Subject: [PATCH] Full localhost url --- docs/structurizr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/structurizr.sh b/docs/structurizr.sh index 4027371a6e..3024b3e1bc 100644 --- a/docs/structurizr.sh +++ b/docs/structurizr.sh @@ -3,7 +3,7 @@ ## start Structurizr Lite with the given workspace file, relative to the current working directory. Omit the file extension. ## Optional second argument of a port number to use. Default is 8085. -echo "hosting on ${PORT:=${2:-8085}}" +echo "hosting on http://localhost:${PORT:=${2:-8085}}" # Check if the workspace file exists if [ ! -f "$1.dsl" ]; then echo "Workspace file $1 does not exist."