Skip to content
Docs Try Aspire

PgWebContainerResource

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

Methods

method withHostPort builder
Sets the host port for pgweb
withHostPort(port: number): PgWebContainerResource
port number
PgWebContainerResource