Replies: 1 comment
-
Did you find a solution yet? |
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
-
Hello
I am currently facing an issue where my application works with Docker, but not Podman (rabbitmq/rabbitmq-stream-dotnet-client#375), because it tries to connect using
::1
instead of127.0.0.1
I tried to search how to enable IPV6, but mostly found topics related to linux: https://developers.redhat.com/articles/2022/08/10/how-conifgure-podman-40-ipv6
How can I enable it on Windows (using linux containers) (Podman v5.0.2)?
Beta Was this translation helpful? Give feedback.
All reactions