Skip to content
Docs Try Aspire

MongoExpressContainerResource

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

Methods

method withHostPort builder
Sets the host port for the Mongo Express resource
withHostPort(port: number): MongoExpressContainerResource
port number
MongoExpressContainerResource