Skip to content
DocsTry Aspire
DocsTry

MongoExpressContainerResource.withHostPort

Method
📦 Aspire.Hosting.MongoDB v13.4.0
interface MongoExpressContainerResource {
// ... omitted for brevity
withHostPort(port: number): MongoExpressContainerResource;
}

Signature

methodwithHostPortbuilder
Configures the host port that the Mongo Express resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): MongoExpressContainerResource
portnumber
MongoExpressContainerResource

Defined on

This method is defined on the following type: