Is there a way to forbid/limit testcontainers from binding to a range of ports? #759
Unanswered
anthonyma94
asked this question in
Q&A
Replies: 1 comment
-
Hi @anthonyma94, there isn't. It seems like a niche use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, when using
withExposedPorts()
, I want testcontainers to either not bind to ports 3000-3999, or to only bind to ports 10000-20000. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions