Skip to content
Docs Try Aspire

SeqResource.withDataBindMount

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

Signature

method withDataBindMount builder
Adds a data bind mount for Seq
withDataBindMount(
source: string,
isReadOnly?: boolean): SeqResource
source string
isReadOnly boolean optional = False
SeqResource

Defined on

This method is defined on the following type: