Skip to content
Docs Try Aspire

DockerComposeEnvironmentResource.configureDashboard

Method
📦 Aspire.Hosting.Docker v13.2.0-preview.1.26159.1
interface DockerComposeEnvironmentResource {
// ... omitted for brevity
configureDashboard(configure: (obj: DockerComposeAspireDashboardResource) => void): 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

Defined on

This method is defined on the following type: