RabbitMQ dashboard gone? #2407
Answered
by
davidfowl
Salomon Henke Andersen (SalomonHenke)
asked this question in
Q&A
Answered by
davidfowl
Feb 25, 2024
Replies: 1 comment 2 replies
|
Yes, we removed it in preview3, it'll back in a future preview (5+), we have to work out some things with respect to multiple endpoints on containers. You can add the endpoint back via: builder.AddRabbitMqContainer("rabbitmq")
.WithAnnotation(new ContainerImageAnnotation { Image = "rabbitmq:3-management" })
.WithEndpoint(name: "management", scheme: "http", containerPort: 15672); |
2 replies
Answer selected by
SalomonHenke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Yes, we removed it in preview3, it'll back in a future preview (5+), we have to work out some things with respect to multiple endpoints on containers.
You can add the endpoint back via: