Skip to content
Docs Try Aspire
Docs Try

withDataBindMount

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

Signature

method withDataBindMount builder
Adds a bind mount for the data folder to a Seq container resource.
withDataBindMount(
source: string,
isReadOnly?: boolean): SeqResource
source string
isReadOnly boolean optional = False
SeqResource

Applies to

This method applies to the following types: