Exposing More Than One Endpoint Or Port In Container #3457
Answered
by
davidfowl
wisamidris7
asked this question in
Q&A
-
When trying to make rabbitmq:3-management This is what i did var rabbitMq = builder.AddRabbitMQContainer("eventbus", port: 9293, password: "secret")
.WithAnnotation(new ContainerImageAnnotation() {
Image = "rabbitmq",
Tag = "3-management"
})
.WithAnnotation(new EndpointAnnotation(ProtocolType.Tcp, port: 15672, containerPort: 15672, name: "Management")); But in builder.Build().Run(); It throws Squence Contains... Expection This is image of full excpetion |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Apr 6, 2024
Replies: 2 comments
-
Upgrade your aspire packages and workload to preview 4. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davidfowl
-
BTW the workload is dead, update to aspire 9.x! |
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
Upgrade your aspire packages and workload to preview 4.