MongoExpressContainerResource.withHostPort
Method
interface MongoExpressContainerResource { // ... omitted for brevity withHostPort(port: number): MongoExpressContainerResource;}Signature
method
withHostPortbuilderConfigures the host port that the Mongo Express resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): MongoExpressContainerResourceParameters
portnumberReturns
MongoExpressContainerResourceDefined on
This method is defined on the following type: