Skip to content
DocsTry Aspire
DocsTry

PgWebContainerResource.withHostPort

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

Signature

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

Defined on

This method is defined on the following type: