CommunityToolkit.Aspire.Hosting.Adminer
📦 CommunityToolkit.Aspire.Hosting.Adminer v13.4.0 2 Functions
1 Types
1 types and 0 members
Types
Functions
method
addAdminer builder Adds a Adminer container resource to the application.
addAdminer(name: string, port?: number): AdminerContainerResource method
withHostPort builder Configures the host port that the Adminer resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): AdminerContainerResource