Skip to content
Docs Try Aspire

configureDashboard

Function
📦 Aspire.Hosting.Docker v13.2.0-preview.1.26159.1
interface DockerComposeEnvironmentResource {
// ... omitted for brevity
configureDashboard(configure: callback): DockerComposeEnvironmentResource;
}

Signature

method configureDashboard builder
Configures the Aspire dashboard resource for the Docker Compose environment
configureDashboard(configure: (obj: DockerComposeAspireDashboardResource) => void): DockerComposeEnvironmentResource
configure (obj: DockerComposeAspireDashboardResource) => void
DockerComposeEnvironmentResource

Applies to

This function is an extension method on the following types: