augment-vir - v31.13.0
    Preparing search index...

    Type Alias DockerPortMap

    A single docker container port mapping. This is usually used in an array.

    type DockerPortMap = {
        containerPort: number;
        hostPort: number;
    }
    Index

    Properties

    containerPort: number
    hostPort: number