-
|
Hello, Lima has a trick to deactivate automatic port-mapping. Is there a way to enable it on the colima side? portForwards:
- ignore: true
proto: any
guestIP: "0.0.0.0"Cheers |
Beta Was this translation helpful? Give feedback.
Answered by
abiosoft
Feb 2, 2026
Replies: 2 comments
-
|
Not yet, but it can be implemented. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This has been added in #1485 and would part of the next imminent release. # disable port forwarding.
colima start --port-forwarder=none |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
avoidik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been added in #1485 and would part of the next imminent release.
# disable port forwarding. colima start --port-forwarder=none