Skip to content
DocsTry Aspire
DocsTry

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

Applies to

This method applies to the following types: