Skip to content
Docs Try Aspire
Docs Try

configureDashboard

Method
📦 Aspire.Hosting.Docker v13.3.0
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) => Promise<void>): DockerComposeEnvironmentResource
configure (obj: DockerComposeAspireDashboardResource) => Promise<void>
DockerComposeEnvironmentResource

Applies to

This method applies to the following types: