Skip to content
Docs Try Aspire
Docs Try

AdminerContainerResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Adminer v13.4.0
interface AdminerContainerResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport {
withHostPort(port: number): AdminerContainerResource;
}

Methods

method withHostPort builder
Configures the host port that the Adminer resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): AdminerContainerResource
port number
AdminerContainerResource