From dc1abe24b53481f8209b299e5ef84253c9cc0f5b Mon Sep 17 00:00:00 2001 From: Sinduri Guntupalli Date: Tue, 5 May 2026 11:44:09 +0200 Subject: [PATCH] docs(adventure-04): note port 8080 must be set to public - Players need the forwarded port visible in their browser to test the lab; without setting it to Public the address is inaccessible. Signed-off-by: Sinduri Guntupalli --- adventures/04-blind-by-design/docs/beginner.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adventures/04-blind-by-design/docs/beginner.md b/adventures/04-blind-by-design/docs/beginner.md index 93d7424..e3ceb14 100644 --- a/adventures/04-blind-by-design/docs/beginner.md +++ b/adventures/04-blind-by-design/docs/beginner.md @@ -86,6 +86,8 @@ Before you open the forwarded port, start the Spring Boot lab so it is actually The lab boots in the broken state — `Trial` returns the hard-coded `"untreated"` literal — and that is exactly the starting point you want. +> **Set port 8080 to Public.** In the **Ports** tab, right-click port `8080` and set its visibility to **Public** so the forwarded address is accessible in your browser. + ### 3. Access the UI Open the **Ports** tab in the bottom panel. You should see: