From 2f23227acf3e5e61531fd4b47fd2545bbd354da9 Mon Sep 17 00:00:00 2001 From: Karsten Jeppesen Date: Sun, 8 Mar 2026 19:29:52 +0100 Subject: [PATCH] DotDockerbuilder10.sh: Default port change --- shellscripts/DotDockerbuilder10.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellscripts/DotDockerbuilder10.sh b/shellscripts/DotDockerbuilder10.sh index d932573..2e018d6 100644 --- a/shellscripts/DotDockerbuilder10.sh +++ b/shellscripts/DotDockerbuilder10.sh @@ -23,7 +23,7 @@ EOF DIRECTORY="" SOLUTION="" PROJECT="" -EXPOSED_PORT="80" +EXPOSED_PORT="8080" # Since 2024, port 8080 is the standard web port for .NET while [[ $# -gt 0 ]]; do case $1 in