ValkeyResource.withDataBindMount
Method
interface ValkeyResource { // ... omitted for brevity withDataBindMount( source: string, isReadOnly?: boolean): ValkeyResource;}Signature
method
withDataBindMountbuilderAdds a bind mount for the data folder to a Valkey container resource and enables Valkey persistence.
withDataBindMount( source: string, isReadOnly?: boolean): ValkeyResourceParameters
sourcestringisReadOnlybooleanoptional= FalseReturns
ValkeyResourceDefined on
This method is defined on the following type: