From d5d1c5c543fa63b07b9b1b8564c78c888f73dbff Mon Sep 17 00:00:00 2001 From: Makiras <22570332+Makiras@users.noreply.github.com> Date: Fri, 9 May 2025 19:32:00 +0800 Subject: [PATCH] update tutorial readme --- tutorials/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/README.md b/tutorials/README.md index 7da95b0..d95a64f 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -55,7 +55,7 @@ If you are running the container on a remote server, you can use the following c ```sh ssh -L 51202:localhost:51202 @ ``` -> Note: This step is optional if you are running the container on your local machine, it's map server port to localhost for security reason. +> Note: This step map server port to localhost for security reason, **no need for local laptop**. ### VSCode Remote Development