Skip to content
DocsTry Aspire
DocsTry

ValkeyResource.withDataBindMount

Method
📦 Aspire.Hosting.Valkey v13.4.0
interface ValkeyResource {
// ... omitted for brevity
withDataBindMount(
source: string,
isReadOnly?: boolean): ValkeyResource;
}

Signature

methodwithDataBindMountbuilder
Adds a bind mount for the data folder to a Valkey container resource and enables Valkey persistence.
withDataBindMount(
source: string,
isReadOnly?: boolean): ValkeyResource
sourcestring
isReadOnlybooleanoptional= False
ValkeyResource

Defined on

This method is defined on the following type: