Skip to content
DocsTry Aspire
DocsTry

OpenWebUIResource.withHostPort

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

Signature

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

Defined on

This method is defined on the following type: