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 <bryan@getprobo.com>
This commit is contained in:
@@ -23,6 +23,8 @@ networks:
|
|||||||
|
|
||||||
mounts: []
|
mounts: []
|
||||||
|
|
||||||
|
portForwards: []
|
||||||
|
|
||||||
ssh:
|
ssh:
|
||||||
forwardAgent: true
|
forwardAgent: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user