Skip to content
DocsTry Aspire
DocsTry

SeqResource.withDataVolume

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

Signature

methodwithDataVolumebuilder
Adds a named volume for the data folder to a Seq container resource.
withDataVolume(
name?: string,
isReadOnly?: boolean): SeqResource
namestringoptional
isReadOnlybooleanoptional= False
SeqResource

Defined on

This method is defined on the following type: