Type Alias: ServiceUpOpts
ServiceUpOpts =
object
Properties
ports?
optionalports?:PortForward[]
List of frontend/backend port mappings to forward.
Frontend is the port accepting traffic on the host, backend is the service port.
random?
optionalrandom?:boolean
Bind each tunnel port to a random port on the host.