Skip to content
DocsTry Aspire
DocsTry

SeaweedFSContainerResource.withDataBindMount

Method
📦 CommunityToolkit.Aspire.Hosting.SeaweedFS v13.5.0
interface SeaweedFSContainerResource {
// ... omitted for brevity
withDataBindMount(
source: string,
isReadOnly?: boolean): SeaweedFSContainerResource;
}

Signature

methodwithDataBindMountbuilder
Adds a bind mount for the SeaweedFS data folder.
withDataBindMount(
source: string,
isReadOnly?: boolean): SeaweedFSContainerResource
sourcestring
isReadOnlybooleanoptional= False
SeaweedFSContainerResource

Defined on

This method is defined on the following type: