Skip to content
DocsTry Aspire
DocsTry

OpenWebUIResource.withDataVolume

Method
📦 CommunityToolkit.Aspire.Hosting.Ollama v13.4.0
interface OpenWebUIResource {
// ... omitted for brevity
withDataVolume(
name?: string,
isReadOnly?: boolean): OpenWebUIResource;
}

Signature

methodwithDataVolumebuilder
Adds a data volume to the Open WebUI container.
withDataVolume(
name?: string,
isReadOnly?: boolean): OpenWebUIResource
namestringoptional
isReadOnlybooleanoptional= False
OpenWebUIResource

Defined on

This method is defined on the following type: