Replies: 2 comments 1 reply
-
Hey @eyalrin, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @kiview, I don't think it is possible since the Localstack UI is a hosted solution (not something on my machine) - I need to set the URL of my local Localstack/SQS manually in the remote web application. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m using Localstack (For SQS for now) via test containers (
LocalStackContainer
).Is it possible to set a fixed port (local machine) for it? Each run I get another port (which for normal usage is great) but I want to use the Localstack UI for debugging and it requires me to point to the
host:ip
of my local machine so since the port is changing on each run it forces me to point the UI to a new address every run.I know there was a
FixedHostPortGenericContainer
but it is both deprecated and doesn't allow me to use the dedicatedLocalStackContainer
...Beta Was this translation helpful? Give feedback.
All reactions