-
I use multiple builder.AddContainer("...")
builder.AddProject("...") So, a network bridge "default-aspire-network-xxxx" is created in podman host, and my containers can't call localhost apis I tried with "--add-host mf.localhost:host-gateway", "--add-host ma.localhost:host-gateway", without success Is there a way to configure the network in host mode instead of bridge ? |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Jan 10, 2025
Replies: 1 comment 2 replies
-
No we don't expose this today. You can follow #850 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pgourlain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No we don't expose this today. You can follow #850