From 2be7337344fa0842b7bd7bba4b3b5a6f482ac129 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Wed, 18 Mar 2026 20:03:36 +0100 Subject: [PATCH] Disable Lima automatic port forwarding for sandbox Lima auto-forwards ports from the VM to localhost, which blocks local development on the same ports (e.g. localhost:8080). Services are already accessible via the VM IP shown by `sandbox.sh status`. Signed-off-by: Bryan Frimin --- contrib/lima/probo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/lima/probo.yaml b/contrib/lima/probo.yaml index 769dde5ce..f8fbd7863 100644 --- a/contrib/lima/probo.yaml +++ b/contrib/lima/probo.yaml @@ -23,6 +23,8 @@ networks: mounts: [] +portForwards: [] + ssh: forwardAgent: true