Skip to main content
Version: 0.19.11

ServiceUpOpts

@dagger.io/dagger


@dagger.io/dagger / api/client.gen / ServiceUpOpts

Type Alias: ServiceUpOpts

ServiceUpOpts = object

Properties

ports?

optional ports?: PortForward[]

List of frontend/backend port mappings to forward.

Frontend is the port accepting traffic on the host, backend is the service port.


random?

optional random?: boolean

Bind each tunnel port to a random port on the host.