Skip to content
Docs Try Aspire
Docs Try

ActiveMQServerResourceBase.withConfBindMount

Method
📦 CommunityToolkit.Aspire.Hosting.ActiveMQ v13.4.0
interface ActiveMQServerResourceBase {
// ... omitted for brevity
withConfBindMount(
source: string,
isReadOnly?: boolean): ActiveMQServerResourceBase;
}

Signature

method withConfBindMount builder
Adds a bind mount for the conf folder to a ActiveMQ container resource.
withConfBindMount(
source: string,
isReadOnly?: boolean): ActiveMQServerResourceBase
source string
isReadOnly boolean optional = False
ActiveMQServerResourceBase

Defined on

This method is defined on the following type: