Skip to content
DocsTry Aspire
DocsTry

withHostPort

Method
📦 Aspire.Hosting.PostgreSQL v13.5.3
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

Applies to

This method applies to the following types: