PostgresServerResource.withDataBindMount
Method
interface PostgresServerResource { // ... omitted for brevity withDataBindMount( source: string, isReadOnly?: boolean): PostgresServerResource;}Signature
method
withDataBindMountbuilderAdds a bind mount for the data folder to a PostgreSQL container resource.
withDataBindMount( source: string, isReadOnly?: boolean): PostgresServerResourceParameters
sourcestringisReadOnlybooleanoptional= FalseReturns
PostgresServerResourceDefined on
This method is defined on the following type: