Skip to content
Docs Try Aspire
Docs Try

withDataVolume

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

Signature

method withDataVolume builder
Adds a named volume for the data folder to a PostgreSQL container resource.
withDataVolume(
name?: string,
isReadOnly?: boolean): PostgresServerResource
name string optional
isReadOnly boolean optional = False
PostgresServerResource

Applies to

This method applies to the following types: