Skip to content
Docs Try Aspire
Docs Try

withHostPort

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

Signature

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

Applies to

This method applies to the following types: