Skip to content
Docs Try Aspire
Docs Try

DockerComposeEnvironmentResource.withDashboard

Method
📦 Aspire.Hosting.Docker v13.4.0
interface DockerComposeEnvironmentResource {
// ... omitted for brevity
withDashboard(enabled?: boolean): DockerComposeEnvironmentResource;
}

Signature

method withDashboard builder
Enables the Aspire dashboard for telemetry visualization in this Docker Compose environment.
withDashboard(enabled?: boolean): DockerComposeEnvironmentResource
enabled boolean optional = True
DockerComposeEnvironmentResource

Defined on

This method is defined on the following type: