Skip to content
DocsTry Aspire
DocsTry

MongoExpressContainerResource

Handle
📦 Aspire.Hosting.MongoDB v13.4.0
interface MongoExpressContainerResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport {
withHostPort(port: number): MongoExpressContainerResource;
}

Methods

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